Html Css Color HEX #473129 Rebel

📋 copy color: '#473129'

red 71 ◦ green 49 ◦ blue 41

#473129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rebel #473129

Tints of Rebel #473129

RGB

 RED value IS 71 (28.13% from 255) = 44.1%

 GREEN value IS 49 (19.53% from 255) = 30.43%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 44.1%
G = 30.43%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#473129 (or 0x473129) is known color: 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

RGB 71 49 41 -
CMYK 0 0.31 0.42 0.72
HSL 16º 0.27% 0.22% -
HSV(B) 16º 0.42% 0.28% -
XYZ 4.1 3.7 2.6 -
YUV 54.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 71 49 41 0 0.31 0.42 0.72 16 0.27 0.22
Hex 47 31 29 0 1F 2A 48 10 1B 16
Octal 107 61 51 0 37 52 110 20 33 26
Binary 1000111 110001 101001 0 11111 101010 1001000 10000 11011 10110

Color Harmonies of #473129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473129

Black with #473129

Text Example


Text Example

White with #473129

Text Example


Text Example

HTML Codes & Css Web 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>