#65201C

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

Shades of Red Oxide #65201C

Tints of Red Oxide #65201C

Color information

#65201C (or 0x65201C) is unknown color: approx Red Oxide. HEX triplet: 65, 20 and 1C. RGB value is (101,32,28). Sum of RGB (Red+Green+Blue) = 101+32+28=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201C is #9ADFE3. Grayscale: #343434. Windows color (decimal): -10149860 or 1843301. OLE color: 1843301.

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

Color convert

RGB1013228-
CMYK00.680.720.60
HSL3.29º56.59%25.29%-
HSV(B)3.29º72.28%39.61%-
XYZ6.093.881.53-
YUV52.18114.36162.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.73%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=62.73%
G=19.88%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101322800.680.720.603.2956.5925.29
Hex65201C044483C33919
Octal145403401041107437131
Binary1100101100000111000100010010010001111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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