#651A1A

Color #651A1A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #651A1A

Tints of Red Oxide #651A1A

Color information

#651A1A (or 0x651A1A) is unknown color: approx Red Oxide. HEX triplet: 65, 1A and 1A. RGB value is (101,26,26). Sum of RGB (Red+Green+Blue) = 101+26+26=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #651A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A1A is #9AE5E5. Grayscale: #303030. Windows color (decimal): -10151398 or 1710693. OLE color: 1710693.

HSL color Cylindrical-coordinate representation of color #651A1A: hue angle of 0º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A1A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1012626-
CMYK00.740.740.60
HSL59.06%24.9%-
HSV(B)74.26%39.61%-
XYZ5.923.581.36-
YUV48.42115.35165.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=66.01%
G=16.99%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101262600.740.740.60059.0624.9
Hex651A1A04A4A3C03b19
Octal145323201121127407331
Binary11001011101011010010010101001010111100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651A1A; }

 p { color: rgb(101,26,26); }

 H1.HeaderClassName
 {
   color: #651A1A;
 }
 .AnyTagClassName
 {
   color: #651A1A;
 }
</style>
background-color css

<style>
 a { background-color: #651A1A; }

 a { background-color: rgb(101,26,26); }

 div.DivClassName
 {
   background-color: #651A1A;
 }
 .BgClassName
 {
   background-color: #651A1A;
 }
</style>
border-color css

<style>
 span { border-color: #651A1A; }

 span { border-color: rgb(101,26,26); }

 td.TdClassName
 {
   border-color: #651A1A;
 }
 .TagClassName
 {
   border-color: #651A1A;
 }
</style>