#68272A

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

Shades of Red Devil #68272A

Tints of Red Devil #68272A

Color information

#68272A (or 0x68272A) is unknown color: approx Red Devil. HEX triplet: 68, 27 and 2A. RGB value is (104,39,42). Sum of RGB (Red+Green+Blue) = 104+39+42=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68272A is #97D8D5. Grayscale: #3A3A3A. Windows color (decimal): -9951446 or 2762600. OLE color: 2762600.

HSL color Cylindrical-coordinate representation of color #68272A: hue angle of 357.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68272A is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1043942-
CMYK00.620.600.59
HSL357.23º45.45%28.04%-
HSV(B)357.23º62.5%40.78%-
XYZ6.854.562.71-
YUV58.78118.53160.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=56.22%
G=21.08%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104394200.620.600.59357.2345.4528.04
Hex68272A03E3C3B1652d1c
Octal150475207674735455534
Binary1101000100111101010011111011110011101110110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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