Html Css Color HEX #621308 Red Oxide

📋 copy color: '#621308'

red 98 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #621308

Tints of Red Oxide #621308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 78.4%
G = 15.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#621308 (or 0x621308) is known color: Red Oxide. HEX triplet: 62, 13 and 08. RGB value is (98,19,8). Sum of RGB (Red+Green+Blue) = 98+19+8=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #621308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621308 is #9DECF7. Grayscale: #292929. Windows color (decimal): -10349816 or 529250. OLE color: 529250.

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

Color convert

RGB 98 19 8 -
CMYK 0 0.81 0.92 0.62
HSL 7.33º 0.85% 0.21% -
HSV(B) 7.33º 0.92% 0.38% -
XYZ 5.31 3.08 0.54 -
YUV 41.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 98 19 8 0 0.81 0.92 0.62 7.33 0.85 0.21
Hex 62 13 8 0 51 5C 3E 7 55 15
Octal 142 23 10 0 121 134 76 7 125 25
Binary 1100010 10011 1000 0 1010001 1011100 111110 111 1010101 10101

Color Harmonies of #621308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621308

Black with #621308

Text Example


Text Example

White with #621308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621308; }

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

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

background-color css

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

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

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

border-color css

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

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

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