#62201F

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

Shades of Red Oxide #62201F

Tints of Red Oxide #62201F

Color information

#62201F (or 0x62201F) is unknown color: approx Red Oxide. HEX triplet: 62, 20 and 1F. RGB value is (98,32,31). Sum of RGB (Red+Green+Blue) = 98+32+31=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201F is #9DDFE0. Grayscale: #333333. Windows color (decimal): -10346465 or 2039906. OLE color: 2039906.

HSL color Cylindrical-coordinate representation of color #62201F: hue angle of 0.9º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62201F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB983231-
CMYK00.670.680.62
HSL0.9º51.94%25.29%-
HSV(B)0.9º68.37%38.43%-
XYZ5.83.731.71-
YUV51.62116.37161.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=60.87%
G=19.88%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98323100.670.680.620.951.9425.29
Hex62201F043443E13419
Octal142403701031047616431
Binary110001010000011111010000111000100111110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62201F; }

 p { color: rgb(98,32,31); }

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

<style>
 a { background-color: #62201F; }

 a { background-color: rgb(98,32,31); }

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

<style>
 span { border-color: #62201F; }

 span { border-color: rgb(98,32,31); }

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