Html Css Color HEX #621208 Red Oxide

📋 copy color: '#621208'

red 98 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #621208

Tints of Red Oxide #621208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

 BLUE value IS 8 (3.52% from 255) = 6.45%

R = 79.03%
G = 14.52%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#621208 (or 0x621208) is known color: Red Oxide. HEX triplet: 62, 12 and 08. RGB value is (98,18,8). Sum of RGB (Red+Green+Blue) = 98+18+8=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621208 is #9DEDF7. Grayscale: #282828. Windows color (decimal): -10350072 or 528994. OLE color: 528994.

HSL color Cylindrical-coordinate representation of color #621208: hue angle of 6.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621208 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 8 -
CMYK 0 0.82 0.92 0.62
HSL 6.67º 0.85% 0.21% -
HSV(B) 6.67º 0.92% 0.38% -
XYZ 5.3 3.05 0.54 -
YUV 40.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 98 18 8 0 0.82 0.92 0.62 6.67 0.85 0.21
Hex 62 12 8 0 52 5C 3E 7 55 15
Octal 142 22 10 0 122 134 76 7 125 25
Binary 1100010 10010 1000 0 1010010 1011100 111110 111 1010101 10101

Color Harmonies of #621208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621208

Black with #621208

Text Example


Text Example

White with #621208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621208; }

 p { color: rgb(98,18,8); }

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

background-color css

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

 a { background-color: rgb(98,18,8); }

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

border-color css

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

 span { border-color: rgb(98,18,8); }

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