Html Css Color HEX #621211 Red Oxide

📋 copy color: '#621211'

red 98 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #621211

Tints of Red Oxide #621211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 73.68%
G = 13.53%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#621211 (or 0x621211) is known color: Red Oxide. HEX triplet: 62, 12 and 11. RGB value is (98,18,17). Sum of RGB (Red+Green+Blue) = 98+18+17=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621211 is #9DEDEE. Grayscale: #292929. Windows color (decimal): -10350063 or 1118818. OLE color: 1118818.

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

Color convert

RGB 98 18 17 -
CMYK 0 0.82 0.83 0.62
HSL 0.74º 0.7% 0.23% -
HSV(B) 0.74º 0.83% 0.38% -
XYZ 5.35 3.07 0.84 -
YUV 41.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 98 18 17 0 0.82 0.83 0.62 0.74 0.7 0.23
Hex 62 12 11 0 52 53 3E 1 46 17
Octal 142 22 21 0 122 123 76 1 106 27
Binary 1100010 10010 10001 0 1010010 1010011 111110 1 1000110 10111

Color Harmonies of #621211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621211

Black with #621211

Text Example


Text Example

White with #621211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621211; }

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

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

background-color css

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

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

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

border-color css

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

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

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