#651B10

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

Shades of Red Oxide #651B10

Tints of Red Oxide #651B10

Color information

#651B10 (or 0x651B10) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 10. RGB value is (101,27,16). Sum of RGB (Red+Green+Blue) = 101+27+16=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B10 is #9AE4EF. Grayscale: #2F2F2F. Windows color (decimal): -10151152 or 1055589. OLE color: 1055589.

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

Color convert

RGB1012716-
CMYK00.730.840.60
HSL7.76º72.65%22.94%-
HSV(B)7.76º84.16%39.61%-
XYZ5.853.590.87-
YUV47.87110.02165.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.14%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=70.14%
G=18.75%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101271600.730.840.607.7672.6522.94
Hex651B10049543C84917
Octal14533200111124741011127
Binary110010111011100000100100110101001111001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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