#621814

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

Shades of Red Oxide #621814

Tints of Red Oxide #621814

Color information

#621814 (or 0x621814) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 14. RGB value is (98,24,20). Sum of RGB (Red+Green+Blue) = 98+24+20=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621814 is #9DE7EB. Grayscale: #2D2D2D. Windows color (decimal): -10348524 or 1316962. OLE color: 1316962.

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

Color convert

RGB982420-
CMYK00.760.800.62
HSL3.08º66.1%23.14%-
HSV(B)3.08º79.59%38.43%-
XYZ5.493.31.01-
YUV45.67113.52165.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=69.01%
G=16.90%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242000.760.800.623.0866.123.14
Hex62181404C503E34217
Octal1423024011412076310227
Binary1100010110001010001001100101000011111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621814; }

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

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

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

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

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

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

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

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