#412B27

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

Shades of Rebel #412B27

Tints of Rebel #412B27

Color information

#412B27 (or 0x412B27) is unknown color: approx Rebel. HEX triplet: 41, 2B and 27. RGB value is (65,43,39). Sum of RGB (Red+Green+Blue) = 65+43+39=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B27 is #BED4D8. Grayscale: #313131. Windows color (decimal): -12506329 or 2566977. OLE color: 2566977.

HSL color Cylindrical-coordinate representation of color #412B27: hue angle of 9.23º 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 #412B27 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB654339-
CMYK00.340.400.75
HSL9.23º25%20.39%-
HSV(B)9.23º40%25.49%-
XYZ3.4132.32-
YUV49.12122.29139.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=44.22%
G=29.25%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65433900.340.400.759.232520.39
Hex412B27022284B91914
Octal101534704250113113124
Binary10000011010111001110100010101000100101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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