#402C29

Color #402C29 Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #402C29

Tints of Rebel #402C29

Color information

#402C29 (or 0x402C29) is unknown color: approx Rebel. HEX triplet: 40, 2C and 29. RGB value is (64,44,41). Sum of RGB (Red+Green+Blue) = 64+44+41=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C29 is #BFD3D6. Grayscale: #313131. Windows color (decimal): -12571607 or 2698304. OLE color: 2698304.

HSL color Cylindrical-coordinate representation of color #402C29: hue angle of 7.83º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402C29 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB644441-
CMYK00.310.360.75
HSL7.83º21.9%20.59%-
HSV(B)7.83º35.94%25.1%-
XYZ3.423.052.51-
YUV49.64123.13138.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=42.95%
G=29.53%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64444100.310.360.757.8321.920.59
Hex402C2901F244B81615
Octal100545103744113102625
Binary1000000101100101001011111100100100101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C29; }

 p { color: rgb(64,44,41); }

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

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

 a { background-color: rgb(64,44,41); }

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

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

 span { border-color: rgb(64,44,41); }

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