#68292A

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

Shades of Red Devil #68292A

Tints of Red Devil #68292A

Color information

#68292A (or 0x68292A) is unknown color: approx Red Devil. HEX triplet: 68, 29 and 2A. RGB value is (104,41,42). Sum of RGB (Red+Green+Blue) = 104+41+42=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68292A is #97D6D5. Grayscale: #3C3C3C. Windows color (decimal): -9950934 or 2763112. OLE color: 2763112.

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

Color convert

RGB1044142-
CMYK00.610.600.59
HSL359.05º43.45%28.43%-
HSV(B)359.05º60.58%40.78%-
XYZ6.924.72.73-
YUV59.95117.87159.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=55.61%
G=21.93%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104414200.610.600.59359.0543.4528.43
Hex68292A03D3C3B1672b1c
Octal150515207574735475334
Binary1101000101001101010011110111110011101110110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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