Html Css Color HEX #62170B Red Oxide

📋 copy color: '#62170B'

red 98 ◦ green 23 ◦ blue 11

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

Shades of Red Oxide #62170B

Tints of Red Oxide #62170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

 BLUE value IS 11 (4.69% from 255) = 8.33%

R = 74.24%
G = 17.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62170B (or 0x62170B) is known color: Red Oxide. HEX triplet: 62, 17 and 0B. RGB value is (98,23,11). Sum of RGB (Red+Green+Blue) = 98+23+11=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170B is #9DE8F4. Grayscale: #2C2C2C. Windows color (decimal): -10348789 or 726882. OLE color: 726882.

HSL color Cylindrical-coordinate representation of color #62170B: hue angle of 8.28º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62170B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 11 -
CMYK 0 0.77 0.89 0.62
HSL 8.28º 0.8% 0.21% -
HSV(B) 8.28º 0.89% 0.38% -
XYZ 5.4 3.23 0.66 -
YUV 44.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 98 23 11 0 0.77 0.89 0.62 8.28 0.8 0.21
Hex 62 17 B 0 4D 59 3E 8 50 15
Octal 142 27 13 0 115 131 76 10 120 25
Binary 1100010 10111 1011 0 1001101 1011001 111110 1000 1010000 10101

Color Harmonies of #62170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62170B

Black with #62170B

Text Example


Text Example

White with #62170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62170B; }

 p { color: rgb(98,23,11); }

 H1.HeaderClassName
 {
   color: #62170B;
 }
 .AnyTagClassName
 {
   color: #62170B;
 }
</style>

background-color css

<style>
 a { background-color: #62170B; }

 a { background-color: rgb(98,23,11); }

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

border-color css

<style>
 span { border-color: #62170B; }

 span { border-color: rgb(98,23,11); }

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