Html Css Color HEX #622013 Red Oxide

📋 copy color: '#622013'

red 98 ◦ green 32 ◦ blue 19

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

Shades of Red Oxide #622013

Tints of Red Oxide #622013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 65.77%
G = 21.48%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#622013 (or 0x622013) is known color: Red Oxide. HEX triplet: 62, 20 and 13. RGB value is (98,32,19). Sum of RGB (Red+Green+Blue) = 98+32+19=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622013 is #9DDFEC. Grayscale: #323232. Windows color (decimal): -10346477 or 1253474. OLE color: 1253474.

HSL color Cylindrical-coordinate representation of color #622013: hue angle of 9.87º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622013 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 19 -
CMYK 0 0.67 0.81 0.62
HSL 9.87º 0.68% 0.23% -
HSV(B) 9.87º 0.81% 0.38% -
XYZ 5.67 3.68 1.03 -
YUV 50.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 98 32 19 0 0.67 0.81 0.62 9.87 0.68 0.23
Hex 62 20 13 0 43 51 3E A 44 17
Octal 142 40 23 0 103 121 76 12 104 27
Binary 1100010 100000 10011 0 1000011 1010001 111110 1010 1000100 10111

Color Harmonies of #622013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622013

Black with #622013

Text Example


Text Example

White with #622013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622013; }

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

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

background-color css

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

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

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

border-color css

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

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

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