#422C27

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

Shades of Rebel #422C27

Tints of Rebel #422C27

Color information

#422C27 (or 0x422C27) is unknown color: approx Rebel. HEX triplet: 42, 2C and 27. RGB value is (66,44,39). Sum of RGB (Red+Green+Blue) = 66+44+39=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #422C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C27 is #BDD3D8. Grayscale: #323232. Windows color (decimal): -12440537 or 2567234. OLE color: 2567234.

HSL color Cylindrical-coordinate representation of color #422C27: hue angle of 11.11º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #422C27 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB664439-
CMYK00.330.410.74
HSL11.11º25.71%20.59%-
HSV(B)11.11º40.91%25.88%-
XYZ3.513.112.33-
YUV50.01121.79139.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=44.30%
G=29.53%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66443900.330.410.7411.1125.7120.59
Hex422C27021294Ab1a15
Octal102544704151112133225
Binary10000101011001001110100001101001100101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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