#651B0D

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

Shades of Red Oxide #651B0D

Tints of Red Oxide #651B0D

Color information

#651B0D (or 0x651B0D) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 0D. RGB value is (101,27,13). Sum of RGB (Red+Green+Blue) = 101+27+13=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B0D is #9AE4F2. Grayscale: #2F2F2F. Windows color (decimal): -10151155 or 858981. OLE color: 858981.

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

Color convert

RGB1012713-
CMYK00.730.870.60
HSL9.55º77.19%22.35%-
HSV(B)9.55º87.13%39.61%-
XYZ5.833.580.76-
YUV47.53108.52166.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=71.63%
G=19.15%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101271300.730.870.609.5577.1922.35
Hex651BD049573Ca4d16
Octal14533150111127741211526
Binary11001011101111010100100110101111111001010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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