Html Css Color HEX #402B28 Rebel

📋 copy color: '#402B28'

red 64 ◦ green 43 ◦ blue 40

#402B28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rebel #402B28

Tints of Rebel #402B28

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 value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#402B28 (or 0x402B28) is known color: 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

RGB 64 43 40 -
CMYK 0 0.33 0.38 0.75
HSL 7.5º 0.23% 0.2% -
HSV(B) 7.5º 0.38% 0.25% -
XYZ 3.36 2.97 2.4 -
YUV 48.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 64 43 40 0 0.33 0.38 0.75 7.5 0.23 0.2
Hex 40 2B 28 0 21 26 4B 8 17 14
Octal 100 53 50 0 41 46 113 10 27 24
Binary 1000000 101011 101000 0 100001 100110 1001011 1000 10111 10100

Color Harmonies of #402B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B28

Black with #402B28

Text Example


Text Example

White with #402B28

Text Example


Text Example

HTML Codes & Css Web 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>