Html Css Color HEX #621511 Red Oxide

📋 copy color: '#621511'

red 98 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #621511

Tints of Red Oxide #621511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 72.06%
G = 15.44%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#621511 (or 0x621511) is known color: Red Oxide. HEX triplet: 62, 15 and 11. RGB value is (98,21,17). Sum of RGB (Red+Green+Blue) = 98+21+17=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621511 is #9DEAEE. Grayscale: #2B2B2B. Windows color (decimal): -10349295 or 1119586. OLE color: 1119586.

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

Color convert

RGB 98 21 17 -
CMYK 0 0.79 0.83 0.62
HSL 2.96º 0.7% 0.23% -
HSV(B) 2.96º 0.83% 0.38% -
XYZ 5.41 3.17 0.86 -
YUV 43.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 98 21 17 0 0.79 0.83 0.62 2.96 0.7 0.23
Hex 62 15 11 0 4F 53 3E 3 46 17
Octal 142 25 21 0 117 123 76 3 106 27
Binary 1100010 10101 10001 0 1001111 1010011 111110 11 1000110 10111

Color Harmonies of #621511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621511

Black with #621511

Text Example


Text Example

White with #621511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621511; }

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

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

background-color css

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

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

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

border-color css

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

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

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