#68292B

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

Shades of Red Devil #68292B

Tints of Red Devil #68292B

Color information

#68292B (or 0x68292B) is unknown color: approx Red Devil. HEX triplet: 68, 29 and 2B. RGB value is (104,41,43). Sum of RGB (Red+Green+Blue) = 104+41+43=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68292B is #97D6D4. Grayscale: #3C3C3C. Windows color (decimal): -9950933 or 2828648. OLE color: 2828648.

HSL color Cylindrical-coordinate representation of color #68292B: hue angle of 358.1º 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 #68292B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1044143-
CMYK00.610.590.59
HSL358.1º43.45%28.43%-
HSV(B)358.1º60.58%40.78%-
XYZ6.944.72.83-
YUV60.06118.37159.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=55.32%
G=21.81%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104414300.610.590.59358.143.4528.43
Hex68292B03D3B3B1662b1c
Octal150515307573735465334
Binary1101000101001101011011110111101111101110110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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