Html Css Color HEX #493129 Rebel

📋 copy color: '#493129'

red 73 ◦ green 49 ◦ blue 41

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

Shades of Rebel #493129

Tints of Rebel #493129

RGB

 RED value IS 73 (28.91% from 255) = 44.79%

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

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

R = 44.79%
G = 30.06%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#493129 (or 0x493129) is known color: Rebel. HEX triplet: 49, 31 and 29. RGB value is (73,49,41). Sum of RGB (Red+Green+Blue) = 73+49+41=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493129 is #B6CED6. Grayscale: #373737. Windows color (decimal): -11980503 or 2699593. OLE color: 2699593.

HSL color Cylindrical-coordinate representation of color #493129: hue angle of 15º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493129 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 41 -
CMYK 0 0.33 0.44 0.71
HSL 15º 0.28% 0.22% -
HSV(B) 15º 0.44% 0.29% -
XYZ 4.25 3.77 2.6 -
YUV 55.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 73 49 41 0 0.33 0.44 0.71 15 0.28 0.22
Hex 49 31 29 0 21 2C 47 F 1C 16
Octal 111 61 51 0 41 54 107 17 34 26
Binary 1001001 110001 101001 0 100001 101100 1000111 1111 11100 10110

Color Harmonies of #493129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493129

Black with #493129

Text Example


Text Example

White with #493129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493129; }

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

 H1.HeaderClassName
 {
   color: #493129;
 }
 .AnyTagClassName
 {
   color: #493129;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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