Html Css Color HEX #62201D Red Oxide

📋 copy color: '#62201D'

red 98 ◦ green 32 ◦ blue 29

#62201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #62201D

Tints of Red Oxide #62201D

RGB

 RED value IS 98 (38.67% from 255) = 61.64%

 GREEN value IS 32 (12.89% from 255) = 20.13%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 61.64%
G = 20.13%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62201D (or 0x62201D) is known color: Red Oxide. HEX triplet: 62, 20 and 1D. RGB value is (98,32,29). Sum of RGB (Red+Green+Blue) = 98+32+29=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201D is #9DDFE2. Grayscale: #333333. Windows color (decimal): -10346467 or 1908834. OLE color: 1908834.

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

Color convert

RGB 98 32 29 -
CMYK 0 0.67 0.70 0.62
HSL 2.61º 0.54% 0.25% -
HSV(B) 2.61º 0.7% 0.38% -
XYZ 5.78 3.72 1.58 -
YUV 51.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 98 32 29 0 0.67 0.70 0.62 2.61 0.54 0.25
Hex 62 20 1D 0 43 46 3E 3 36 19
Octal 142 40 35 0 103 106 76 3 66 31
Binary 1100010 100000 11101 0 1000011 1000110 111110 11 110110 11001

Color Harmonies of #62201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62201D

Black with #62201D

Text Example


Text Example

White with #62201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62201D;
 }
 .AnyTagClassName
 {
   color: #62201D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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