#65211C

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

Shades of Red Oxide #65211C

Tints of Red Oxide #65211C

Color information

#65211C (or 0x65211C) is unknown color: approx Red Oxide. HEX triplet: 65, 21 and 1C. RGB value is (101,33,28). Sum of RGB (Red+Green+Blue) = 101+33+28=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65211C is #9ADEE3. Grayscale: #343434. Windows color (decimal): -10149604 or 1843557. OLE color: 1843557.

HSL color Cylindrical-coordinate representation of color #65211C: hue angle of 4.11º 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 #65211C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1013328-
CMYK00.670.720.60
HSL4.11º56.59%25.29%-
HSV(B)4.11º72.28%39.61%-
XYZ6.123.941.54-
YUV52.76114.03162.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=62.35%
G=20.37%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101332800.670.720.604.1156.5925.29
Hex65211C043483C43919
Octal145413401031107447131
Binary11001011000011110001000011100100011110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65211C; }

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

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

<style>
 a { background-color: #65211C; }

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

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

<style>
 span { border-color: #65211C; }

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

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