Html Css Color HEX #621716 Red Oxide

📋 copy color: '#621716'

red 98 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #621716

Tints of Red Oxide #621716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 68.53%
G = 16.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#621716 (or 0x621716) is known color: Red Oxide. HEX triplet: 62, 17 and 16. RGB value is (98,23,22). Sum of RGB (Red+Green+Blue) = 98+23+22=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621716 is #9DE8E9. Grayscale: #2D2D2D. Windows color (decimal): -10348778 or 1447778. OLE color: 1447778.

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

Color convert

RGB 98 23 22 -
CMYK 0 0.77 0.78 0.62
HSL 0.79º 0.63% 0.24% -
HSV(B) 0.79º 0.78% 0.38% -
XYZ 5.49 3.27 1.1 -
YUV 45.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 98 23 22 0 0.77 0.78 0.62 0.79 0.63 0.24
Hex 62 17 16 0 4D 4E 3E 1 3F 18
Octal 142 27 26 0 115 116 76 1 77 30
Binary 1100010 10111 10110 0 1001101 1001110 111110 1 111111 11000

Color Harmonies of #621716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621716

Black with #621716

Text Example


Text Example

White with #621716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621716; }

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

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

background-color css

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

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

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

border-color css

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

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

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