#621815

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

Shades of Red Oxide #621815

Tints of Red Oxide #621815

Color information

#621815 (or 0x621815) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 15. RGB value is (98,24,21). Sum of RGB (Red+Green+Blue) = 98+24+21=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621815 is #9DE7EA. Grayscale: #2D2D2D. Windows color (decimal): -10348523 or 1382498. OLE color: 1382498.

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

Color convert

RGB982421-
CMYK00.760.790.62
HSL2.34º64.71%23.33%-
HSV(B)2.34º78.57%38.43%-
XYZ5.53.31.06-
YUV45.78114.02165.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=68.53%
G=16.78%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242100.760.790.622.3464.7123.33
Hex62181504C4F3E24117
Octal1423025011411776210127
Binary1100010110001010101001100100111111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621815; }

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

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

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

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

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

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

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

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