Html Css Color HEX #621616 Red Oxide

📋 copy color: '#621616'

red 98 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #621616

Tints of Red Oxide #621616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 69.01%
G = 15.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#621616 (or 0x621616) is known color: Red Oxide. HEX triplet: 62, 16 and 16. RGB value is (98,22,22). Sum of RGB (Red+Green+Blue) = 98+22+22=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621616 is #9DE9E9. Grayscale: #2C2C2C. Windows color (decimal): -10349034 or 1447522. OLE color: 1447522.

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

Color convert

RGB 98 22 22 -
CMYK 0 0.78 0.78 0.62
HSL 0.63% 0.24% -
HSV(B) 0.78% 0.38% -
XYZ 5.47 3.23 1.09 -
YUV 44.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 98 22 22 0 0.78 0.78 0.62 0 0.63 0.24
Hex 62 16 16 0 4E 4E 3E 0 3F 18
Octal 142 26 26 0 116 116 76 0 77 30
Binary 1100010 10110 10110 0 1001110 1001110 111110 0 111111 11000

Color Harmonies of #621616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621616

Black with #621616

Text Example


Text Example

White with #621616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621616; }

 p { color: rgb(98,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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