#621413

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

Shades of Red Oxide #621413

Tints of Red Oxide #621413

Color information

#621413 (or 0x621413) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 13. RGB value is (98,20,19). Sum of RGB (Red+Green+Blue) = 98+20+19=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621413 is #9DEBEC. Grayscale: #2B2B2B. Windows color (decimal): -10349549 or 1250402. OLE color: 1250402.

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

Color convert

RGB982019-
CMYK00.800.810.62
HSL0.76º67.52%22.94%-
HSV(B)0.76º80.61%38.43%-
XYZ5.43.140.94-
YUV43.21114.34167.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=71.53%
G=14.60%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98201900.800.810.620.7667.5222.94
Hex621413050513E14417
Octal1422423012012176110427
Binary110001010100100110101000010100011111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621413; }

 p { color: rgb(98,20,19); }

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

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

 a { background-color: rgb(98,20,19); }

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

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

 span { border-color: rgb(98,20,19); }

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