Html Css Color HEX #50292C Heath

📋 copy color: '#50292C'

red 80 ◦ green 41 ◦ blue 44

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

Shades of Heath #50292C

Tints of Heath #50292C

RGB

 RED value IS 80 (31.64% from 255) = 48.48%

 GREEN value IS 41 (16.41% from 255) = 24.85%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 48.48%
G = 24.85%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50292C (or 0x50292C) is known color: Heath. HEX triplet: 50, 29 and 2C. RGB value is (80,41,44). Sum of RGB (Red+Green+Blue) = 80+41+44=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50292C is #AFD6D3. Grayscale: #353535. Windows color (decimal): -11523796 or 2894160. OLE color: 2894160.

HSL color Cylindrical-coordinate representation of color #50292C: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50292C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 44 -
CMYK 0 0.49 0.45 0.69
HSL 355.38º 0.32% 0.24% -
HSV(B) 355.38º 0.49% 0.31% -
XYZ 4.56 3.47 2.81 -
YUV 53 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 80 41 44 0 0.49 0.45 0.69 355.38 0.32 0.24
Hex 50 29 2C 0 31 2D 45 163 20 18
Octal 120 51 54 0 61 55 105 543 40 30
Binary 1010000 101001 101100 0 110001 101101 1000101 101100011 100000 11000

Color Harmonies of #50292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50292C

Black with #50292C

Text Example


Text Example

White with #50292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50292C; }

 p { color: rgb(80,41,44); }

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

background-color css

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

 a { background-color: rgb(80,41,44); }

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

border-color css

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

 span { border-color: rgb(80,41,44); }

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