Html Css Color HEX #621009 Red Oxide

📋 copy color: '#621009'

red 98 ◦ green 16 ◦ blue 9

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

Shades of Red Oxide #621009

Tints of Red Oxide #621009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 79.67%
G = 13.01%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#621009 (or 0x621009) is known color: Red Oxide. HEX triplet: 62, 10 and 09. RGB value is (98,16,9). Sum of RGB (Red+Green+Blue) = 98+16+9=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621009 is #9DEFF6. Grayscale: #272727. Windows color (decimal): -10350583 or 594018. OLE color: 594018.

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

Color convert

RGB 98 16 9 -
CMYK 0 0.84 0.91 0.62
HSL 4.72º 0.83% 0.21% -
HSV(B) 4.72º 0.91% 0.38% -
XYZ 5.27 2.99 0.56 -
YUV 39.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 98 16 9 0 0.84 0.91 0.62 4.72 0.83 0.21
Hex 62 10 9 0 54 5B 3E 5 53 15
Octal 142 20 11 0 124 133 76 5 123 25
Binary 1100010 10000 1001 0 1010100 1011011 111110 101 1010011 10101

Color Harmonies of #621009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621009

Black with #621009

Text Example


Text Example

White with #621009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621009; }

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

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

background-color css

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

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

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

border-color css

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

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

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