#621C15

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

Shades of Red Oxide #621C15

Tints of Red Oxide #621C15

Color information

#621C15 (or 0x621C15) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 15. RGB value is (98,28,21). Sum of RGB (Red+Green+Blue) = 98+28+21=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #621C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C15 is #9DE3EA. Grayscale: #303030. Windows color (decimal): -10347499 or 1383522. OLE color: 1383522.

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

Color convert

RGB982821-
CMYK00.710.790.62
HSL5.45º64.71%23.33%-
HSV(B)5.45º78.57%38.43%-
XYZ5.593.481.09-
YUV48.13112.69163.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=66.67%
G=19.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98282100.710.790.625.4564.7123.33
Hex621C150474F3E54117
Octal1423425010711776510127
Binary11000101110010101010001111001111111110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C15; }

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

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

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

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

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

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

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

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