Html Css Color HEX #621808 Red Oxide

📋 copy color: '#621808'

red 98 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #621808

Tints of Red Oxide #621808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 75.38%
G = 18.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#621808 (or 0x621808) is known color: Red Oxide. HEX triplet: 62, 18 and 08. RGB value is (98,24,8). Sum of RGB (Red+Green+Blue) = 98+24+8=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #621808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621808 is #9DE7F7. Grayscale: #2C2C2C. Windows color (decimal): -10348536 or 530530. OLE color: 530530.

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

Color convert

RGB 98 24 8 -
CMYK 0 0.76 0.92 0.62
HSL 10.67º 0.85% 0.21% -
HSV(B) 10.67º 0.92% 0.38% -
XYZ 5.41 3.27 0.58 -
YUV 44.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 98 24 8 0 0.76 0.92 0.62 10.67 0.85 0.21
Hex 62 18 8 0 4C 5C 3E B 55 15
Octal 142 30 10 0 114 134 76 13 125 25
Binary 1100010 11000 1000 0 1001100 1011100 111110 1011 1010101 10101

Color Harmonies of #621808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621808

Black with #621808

Text Example


Text Example

White with #621808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621808; }

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

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

background-color css

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

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

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

border-color css

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

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

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