#621005

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

Shades of Red Oxide #621005

Tints of Red Oxide #621005

Color information

#621005 (or 0x621005) is unknown color: approx Red Oxide. HEX triplet: 62, 10 and 05. RGB value is (98,16,5). Sum of RGB (Red+Green+Blue) = 98+16+5=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621005 is #9DEFFA. Grayscale: #272727. Windows color (decimal): -10350587 or 331874. OLE color: 331874.

HSL color Cylindrical-coordinate representation of color #621005: hue angle of 7.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621005 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB98165-
CMYK00.840.950.62
HSL7.1º90.29%20.2%-
HSV(B)7.1º94.9%38.43%-
XYZ5.252.980.44-
YUV39.26108.67169.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=82.35%
G=13.45%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816500.840.950.627.190.2920.2
Hex621050545F3E75a14
Octal142205012413776713224
Binary110001010000101010101001011111111110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621005; }

 p { color: rgb(98,16,5); }

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

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

 a { background-color: rgb(98,16,5); }

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

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

 span { border-color: rgb(98,16,5); }

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