Html Css Color HEX #621209 Red Oxide

📋 copy color: '#621209'

red 98 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #621209

Tints of Red Oxide #621209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 78.4%
G = 14.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#621209 (or 0x621209) is known color: Red Oxide. HEX triplet: 62, 12 and 09. RGB value is (98,18,9). Sum of RGB (Red+Green+Blue) = 98+18+9=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #621209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621209 is #9DEDF6. Grayscale: #292929. Windows color (decimal): -10350071 or 594530. OLE color: 594530.

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

Color convert

RGB 98 18 9 -
CMYK 0 0.82 0.91 0.62
HSL 6.07º 0.83% 0.21% -
HSV(B) 6.07º 0.91% 0.38% -
XYZ 5.3 3.05 0.57 -
YUV 40.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 98 18 9 0 0.82 0.91 0.62 6.07 0.83 0.21
Hex 62 12 9 0 52 5B 3E 6 53 15
Octal 142 22 11 0 122 133 76 6 123 25
Binary 1100010 10010 1001 0 1010010 1011011 111110 110 1010011 10101

Color Harmonies of #621209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621209

Black with #621209

Text Example


Text Example

White with #621209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621209; }

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

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

background-color css

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

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

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

border-color css

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

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

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