Html Css Color HEX #62130E Red Oxide

📋 copy color: '#62130E'

red 98 ◦ green 19 ◦ blue 14

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

Shades of Red Oxide #62130E

Tints of Red Oxide #62130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 74.81%
G = 14.5%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62130E (or 0x62130E) is known color: Red Oxide. HEX triplet: 62, 13 and 0E. RGB value is (98,19,14). Sum of RGB (Red+Green+Blue) = 98+19+14=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62130E is #9DECF1. Grayscale: #2A2A2A. Windows color (decimal): -10349810 or 922466. OLE color: 922466.

HSL color Cylindrical-coordinate representation of color #62130E: hue angle of 3.57º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62130E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 14 -
CMYK 0 0.81 0.86 0.62
HSL 3.57º 0.75% 0.22% -
HSV(B) 3.57º 0.86% 0.38% -
XYZ 5.35 3.09 0.73 -
YUV 42.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 98 19 14 0 0.81 0.86 0.62 3.57 0.75 0.22
Hex 62 13 E 0 51 56 3E 4 4B 16
Octal 142 23 16 0 121 126 76 4 113 26
Binary 1100010 10011 1110 0 1010001 1010110 111110 100 1001011 10110

Color Harmonies of #62130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62130E

Black with #62130E

Text Example


Text Example

White with #62130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62130E; }

 p { color: rgb(98,19,14); }

 H1.HeaderClassName
 {
   color: #62130E;
 }
 .AnyTagClassName
 {
   color: #62130E;
 }
</style>

background-color css

<style>
 a { background-color: #62130E; }

 a { background-color: rgb(98,19,14); }

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

border-color css

<style>
 span { border-color: #62130E; }

 span { border-color: rgb(98,19,14); }

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