#412C27

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

Shades of Rebel #412C27

Tints of Rebel #412C27

Color information

#412C27 (or 0x412C27) is unknown color: approx Rebel. HEX triplet: 41, 2C and 27. RGB value is (65,44,39). Sum of RGB (Red+Green+Blue) = 65+44+39=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #412C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C27 is #BED3D8. Grayscale: #313131. Windows color (decimal): -12506073 or 2567233. OLE color: 2567233.

HSL color Cylindrical-coordinate representation of color #412C27: hue angle of 11.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412C27 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB654439-
CMYK00.320.400.75
HSL11.54º25%20.39%-
HSV(B)11.54º40%25.49%-
XYZ3.453.072.33-
YUV49.71121.96138.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=43.92%
G=29.73%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65443900.320.400.7511.542520.39
Hex412C27020284Bc1914
Octal101544704050113143124
Binary10000011011001001110100000101000100101111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C27; }

 p { color: rgb(65,44,39); }

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

<style>
 a { background-color: #412C27; }

 a { background-color: rgb(65,44,39); }

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

<style>
 span { border-color: #412C27; }

 span { border-color: rgb(65,44,39); }

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