#473129

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

Shades of Rebel #473129

Tints of Rebel #473129

Color information

#473129 (or 0x473129) is unknown color: approx Rebel. HEX triplet: 47, 31 and 29. RGB value is (71,49,41). Sum of RGB (Red+Green+Blue) = 71+49+41=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473129 is #B8CED6. Grayscale: #363636. Windows color (decimal): -12111575 or 2699591. OLE color: 2699591.

HSL color Cylindrical-coordinate representation of color #473129: hue angle of 16º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473129 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB714941-
CMYK00.310.420.72
HSL16º26.79%21.96%-
HSV(B)16º42.25%27.84%-
XYZ4.13.72.6-
YUV54.67120.29139.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=44.10%
G=30.43%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71494100.310.420.721626.7921.96
Hex47312901F2A48101b16
Octal107615103752110203326
Binary10001111100011010010111111010101001000100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473129; }

 p { color: rgb(71,49,41); }

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

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

 a { background-color: rgb(71,49,41); }

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

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

 span { border-color: rgb(71,49,41); }

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