Html Css Color HEX #621908 Red Oxide

📋 copy color: '#621908'

red 98 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #621908

Tints of Red Oxide #621908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 74.81%
G = 19.08%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#621908 (or 0x621908) is known color: Red Oxide. HEX triplet: 62, 19 and 08. RGB value is (98,25,8). Sum of RGB (Red+Green+Blue) = 98+25+8=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621908 is #9DE6F7. Grayscale: #2D2D2D. Windows color (decimal): -10348280 or 530786. OLE color: 530786.

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

Color convert

RGB 98 25 8 -
CMYK 0 0.74 0.92 0.62
HSL 11.33º 0.85% 0.21% -
HSV(B) 11.33º 0.92% 0.38% -
XYZ 5.43 3.31 0.58 -
YUV 44.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 98 25 8 0 0.74 0.92 0.62 11.33 0.85 0.21
Hex 62 19 8 0 4A 5C 3E B 55 15
Octal 142 31 10 0 112 134 76 13 125 25
Binary 1100010 11001 1000 0 1001010 1011100 111110 1011 1010101 10101

Color Harmonies of #621908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621908

Black with #621908

Text Example


Text Example

White with #621908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621908; }

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

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

background-color css

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

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

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

border-color css

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

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

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