#621816

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

Shades of Red Oxide #621816

Tints of Red Oxide #621816

Color information

#621816 (or 0x621816) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 16. RGB value is (98,24,22). Sum of RGB (Red+Green+Blue) = 98+24+22=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621816 is #9DE7E9. Grayscale: #2D2D2D. Windows color (decimal): -10348522 or 1448034. OLE color: 1448034.

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

Color convert

RGB982422-
CMYK00.760.780.62
HSL1.58º63.33%23.53%-
HSV(B)1.58º77.55%38.43%-
XYZ5.513.311.11-
YUV45.9114.52165.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=68.06%
G=16.67%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242200.760.780.621.5863.3323.53
Hex62181604C4E3E23f18
Octal142302601141167627730
Binary110001011000101100100110010011101111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621816; }

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

 H1.HeaderClassName
 {
   color: #621816;
 }
 .AnyTagClassName
 {
   color: #621816;
 }
</style>
background-color css

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

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

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

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

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

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