#621715

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

Shades of Red Oxide #621715

Tints of Red Oxide #621715

Color information

#621715 (or 0x621715) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 15. RGB value is (98,23,21). Sum of RGB (Red+Green+Blue) = 98+23+21=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621715 is #9DE8EA. Grayscale: #2D2D2D. Windows color (decimal): -10348779 or 1382242. OLE color: 1382242.

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

Color convert

RGB982321-
CMYK00.770.790.62
HSL1.56º64.71%23.33%-
HSV(B)1.56º78.57%38.43%-
XYZ5.483.261.05-
YUV45.2114.35165.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=69.01%
G=16.20%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98232100.770.790.621.5664.7123.33
Hex62171504D4F3E24117
Octal1422725011511776210127
Binary1100010101111010101001101100111111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621715; }

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

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

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

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

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

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

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

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