#621807

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

Shades of Red Oxide #621807

Tints of Red Oxide #621807

Color information

#621807 (or 0x621807) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 07. RGB value is (98,24,7). Sum of RGB (Red+Green+Blue) = 98+24+7=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621807 is #9DE7F8. Grayscale: #2C2C2C. Windows color (decimal): -10348537 or 464994. OLE color: 464994.

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

Color convert

RGB98247-
CMYK00.760.930.62
HSL11.21º86.67%20.59%-
HSV(B)11.21º92.86%38.43%-
XYZ5.43.270.55-
YUV44.19107.02166.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 7 (3.12% from 255) = 5.43%
R=75.97%
G=18.60%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824700.760.930.6211.2186.6720.59
Hex6218704C5D3Eb5715
Octal1423070114135761312725
Binary1100010110001110100110010111011111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621807; }

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

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

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

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

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

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

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

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