Html Css Color HEX #62130F Red Oxide

📋 copy color: '#62130F'

red 98 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #62130F

Tints of Red Oxide #62130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 74.24%
G = 14.39%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62130F (or 0x62130F) is known color: Red Oxide. HEX triplet: 62, 13 and 0F. RGB value is (98,19,15). Sum of RGB (Red+Green+Blue) = 98+19+15=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62130F is #9DECF0. Grayscale: #2A2A2A. Windows color (decimal): -10349809 or 988002. OLE color: 988002.

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

Color convert

RGB 98 19 15 -
CMYK 0 0.81 0.85 0.62
HSL 2.89º 0.73% 0.22% -
HSV(B) 2.89º 0.85% 0.38% -
XYZ 5.36 3.1 0.77 -
YUV 42.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 98 19 15 0 0.81 0.85 0.62 2.89 0.73 0.22
Hex 62 13 F 0 51 55 3E 3 49 16
Octal 142 23 17 0 121 125 76 3 111 26
Binary 1100010 10011 1111 0 1010001 1010101 111110 11 1001001 10110

Color Harmonies of #62130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62130F

Black with #62130F

Text Example


Text Example

White with #62130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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