#41332E

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

Shades of Rebel #41332E

Tints of Rebel #41332E

Color information

#41332E (or 0x41332E) is unknown color: approx Rebel. HEX triplet: 41, 33 and 2E. RGB value is (65,51,46). Sum of RGB (Red+Green+Blue) = 65+51+46=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #41332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41332E is #BECCD1. Grayscale: #363636. Windows color (decimal): -12504274 or 3027777. OLE color: 3027777.

HSL color Cylindrical-coordinate representation of color #41332E: hue angle of 15.79º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41332E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB655146-
CMYK00.220.290.75
HSL15.79º17.12%21.76%-
HSV(B)15.79º29.23%25.49%-
XYZ3.863.693.09-
YUV54.62123.14135.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=40.12%
G=31.48%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65514600.220.290.7515.7917.1221.76
Hex41332E0161D4B101116
Octal101635602635113202126
Binary1000001110011101110010110111011001011100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41332E; }

 p { color: rgb(65,51,46); }

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

<style>
 a { background-color: #41332E; }

 a { background-color: rgb(65,51,46); }

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

<style>
 span { border-color: #41332E; }

 span { border-color: rgb(65,51,46); }

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