#651E1C

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

Shades of Red Oxide #651E1C

Tints of Red Oxide #651E1C

Color information

#651E1C (or 0x651E1C) is unknown color: approx Red Oxide. HEX triplet: 65, 1E and 1C. RGB value is (101,30,28). Sum of RGB (Red+Green+Blue) = 101+30+28=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E1C is #9AE1E3. Grayscale: #333333. Windows color (decimal): -10150372 or 1842789. OLE color: 1842789.

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

Color convert

RGB1013028-
CMYK00.700.720.60
HSL1.64º56.59%25.29%-
HSV(B)1.64º72.28%39.61%-
XYZ6.043.781.51-
YUV51115.02163.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=63.52%
G=18.87%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101302800.700.720.601.6456.5925.29
Hex651E1C046483C23919
Octal145363401061107427131
Binary110010111110111000100011010010001111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,30,28); }

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

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

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

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

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

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

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