#621716

Color #621716 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #621716

Tints of Red Oxide #621716

Color information

#621716 (or 0x621716) is unknown color: approx 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

RGB982322-
CMYK00.770.780.62
HSL0.79º63.33%23.53%-
HSV(B)0.79º77.55%38.43%-
XYZ5.493.271.1-
YUV45.31114.85165.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98232200.770.780.620.7963.3323.53
Hex62171604D4E3E13f18
Octal142272601151167617730
Binary11000101011110110010011011001110111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>