#402B28

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

Shades of Rebel #402B28

Tints of Rebel #402B28

Color information

#402B28 (or 0x402B28) is unknown color: approx Rebel. HEX triplet: 40, 2B and 28. RGB value is (64,43,40). Sum of RGB (Red+Green+Blue) = 64+43+40=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #402B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B28 is #BFD4D7. Grayscale: #303030. Windows color (decimal): -12571864 or 2632512. OLE color: 2632512.

HSL color Cylindrical-coordinate representation of color #402B28: hue angle of 7.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #402B28 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB644340-
CMYK00.330.380.75
HSL7.5º23.08%20.39%-
HSV(B)7.5º37.5%25.1%-
XYZ3.362.972.4-
YUV48.94122.96138.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=43.54%
G=29.25%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64434000.330.380.757.523.0820.39
Hex402B28021264B81714
Octal100535004146113102724
Binary10000001010111010000100001100110100101110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,40); }

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

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

 a { background-color: rgb(64,43,40); }

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

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

 span { border-color: rgb(64,43,40); }

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