#422B27

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

Shades of Rebel #422B27

Tints of Rebel #422B27

Color information

#422B27 (or 0x422B27) is unknown color: approx Rebel. HEX triplet: 42, 2B and 27. RGB value is (66,43,39). Sum of RGB (Red+Green+Blue) = 66+43+39=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #422B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B27 is #BDD4D8. Grayscale: #313131. Windows color (decimal): -12440793 or 2566978. OLE color: 2566978.

HSL color Cylindrical-coordinate representation of color #422B27: hue angle of 8.89º 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 #422B27 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB664339-
CMYK00.350.410.74
HSL8.89º25.71%20.59%-
HSV(B)8.89º40.91%25.88%-
XYZ3.483.032.32-
YUV49.42122.12139.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=44.59%
G=29.05%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66433900.350.410.748.8925.7120.59
Hex422B27023294A91a15
Octal102534704351112113225
Binary10000101010111001110100011101001100101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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