#62272A

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

Shades of Red Devil #62272A

Tints of Red Devil #62272A

Color information

#62272A (or 0x62272A) is unknown color: approx Red Devil. HEX triplet: 62, 27 and 2A. RGB value is (98,39,42). Sum of RGB (Red+Green+Blue) = 98+39+42=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62272A is #9DD8D5. Grayscale: #393939. Windows color (decimal): -10344662 or 2762594. OLE color: 2762594.

HSL color Cylindrical-coordinate representation of color #62272A: hue angle of 356.95º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62272A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB983942-
CMYK00.600.570.62
HSL356.95º43.07%26.86%-
HSV(B)356.95º60.2%38.43%-
XYZ6.184.212.68-
YUV56.98119.55157.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.75%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=54.75%
G=21.79%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98394200.600.570.62356.9543.0726.86
Hex62272A03C393E1652b1b
Octal142475207471765455333
Binary1100010100111101010011110011100111111010110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62272A; }

 p { color: rgb(98,39,42); }

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

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

 a { background-color: rgb(98,39,42); }

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

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

 span { border-color: rgb(98,39,42); }

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