Html Css Color HEX #621205 Red Oxide

📋 copy color: '#621205'

red 98 ◦ green 18 ◦ blue 5

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

Shades of Red Oxide #621205

Tints of Red Oxide #621205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 80.99%
G = 14.88%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#621205 (or 0x621205) is known color: Red Oxide. HEX triplet: 62, 12 and 05. RGB value is (98,18,5). Sum of RGB (Red+Green+Blue) = 98+18+5=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621205 is #9DEDFA. Grayscale: #282828. Windows color (decimal): -10350075 or 332386. OLE color: 332386.

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

Color convert

RGB 98 18 5 -
CMYK 0 0.82 0.95 0.62
HSL 8.39º 0.9% 0.2% -
HSV(B) 8.39º 0.95% 0.38% -
XYZ 5.28 3.04 0.45 -
YUV 40.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 98 18 5 0 0.82 0.95 0.62 8.39 0.9 0.2
Hex 62 12 5 0 52 5F 3E 8 5A 14
Octal 142 22 5 0 122 137 76 10 132 24
Binary 1100010 10010 101 0 1010010 1011111 111110 1000 1011010 10100

Color Harmonies of #621205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621205

Black with #621205

Text Example


Text Example

White with #621205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621205; }

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

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

background-color css

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

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

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

border-color css

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

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

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