Html Css Color HEX #621008 Red Oxide

📋 copy color: '#621008'

red 98 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #621008

Tints of Red Oxide #621008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 80.33%
G = 13.11%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#621008 (or 0x621008) is known color: Red Oxide. HEX triplet: 62, 10 and 08. RGB value is (98,16,8). Sum of RGB (Red+Green+Blue) = 98+16+8=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #621008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621008 is #9DEFF7. Grayscale: #272727. Windows color (decimal): -10350584 or 528482. OLE color: 528482.

HSL color Cylindrical-coordinate representation of color #621008: hue angle of 5.33º 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 #621008 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 8 -
CMYK 0 0.84 0.92 0.62
HSL 5.33º 0.85% 0.21% -
HSV(B) 5.33º 0.92% 0.38% -
XYZ 5.27 2.98 0.53 -
YUV 39.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 98 16 8 0 0.84 0.92 0.62 5.33 0.85 0.21
Hex 62 10 8 0 54 5C 3E 5 55 15
Octal 142 20 10 0 124 134 76 5 125 25
Binary 1100010 10000 1000 0 1010100 1011100 111110 101 1010101 10101

Color Harmonies of #621008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621008

Black with #621008

Text Example


Text Example

White with #621008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621008; }

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

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

background-color css

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

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

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

border-color css

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

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

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