#651B0A

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

Shades of Red Oxide #651B0A

Tints of Red Oxide #651B0A

Color information

#651B0A (or 0x651B0A) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 0A. RGB value is (101,27,10). Sum of RGB (Red+Green+Blue) = 101+27+10=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B0A is #9AE4F5. Grayscale: #2F2F2F. Windows color (decimal): -10151158 or 662373. OLE color: 662373.

HSL color Cylindrical-coordinate representation of color #651B0A: hue angle of 11.21º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #651B0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1012710-
CMYK00.730.900.60
HSL11.21º81.98%21.76%-
HSV(B)11.21º90.1%39.61%-
XYZ5.813.570.67-
YUV47.19107.02166.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=73.19%
G=19.57%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101271000.730.900.6011.2181.9821.76
Hex651BA0495A3Cb5216
Octal14533120111132741312226
Binary11001011101110100100100110110101111001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,27,10); }

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

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

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

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

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

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

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