Html Css Color HEX #62170D Red Oxide

📋 copy color: '#62170D'

red 98 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #62170D

Tints of Red Oxide #62170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 73.13%
G = 17.16%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62170D (or 0x62170D) is known color: Red Oxide. HEX triplet: 62, 17 and 0D. RGB value is (98,23,13). Sum of RGB (Red+Green+Blue) = 98+23+13=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170D is #9DE8F2. Grayscale: #2C2C2C. Windows color (decimal): -10348787 or 857954. OLE color: 857954.

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

Color convert

RGB 98 23 13 -
CMYK 0 0.77 0.87 0.62
HSL 7.06º 0.77% 0.22% -
HSV(B) 7.06º 0.87% 0.38% -
XYZ 5.42 3.24 0.72 -
YUV 44.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 98 23 13 0 0.77 0.87 0.62 7.06 0.77 0.22
Hex 62 17 D 0 4D 57 3E 7 4D 16
Octal 142 27 15 0 115 127 76 7 115 26
Binary 1100010 10111 1101 0 1001101 1010111 111110 111 1001101 10110

Color Harmonies of #62170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62170D

Black with #62170D

Text Example


Text Example

White with #62170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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