Html Css Color HEX #50292A Heath

📋 copy color: '#50292A'

red 80 ◦ green 41 ◦ blue 42

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

Shades of Heath #50292A

Tints of Heath #50292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 49.08%
G = 25.15%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50292A (or 0x50292A) is known color: Heath. HEX triplet: 50, 29 and 2A. RGB value is (80,41,42). Sum of RGB (Red+Green+Blue) = 80+41+42=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50292A is #AFD6D5. Grayscale: #343434. Windows color (decimal): -11523798 or 2763088. OLE color: 2763088.

HSL color Cylindrical-coordinate representation of color #50292A: hue angle of 358.46º 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 #50292A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 42 -
CMYK 0 0.49 0.48 0.69
HSL 358.46º 0.32% 0.24% -
HSV(B) 358.46º 0.49% 0.31% -
XYZ 4.52 3.46 2.62 -
YUV 52.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 80 41 42 0 0.49 0.48 0.69 358.46 0.32 0.24
Hex 50 29 2A 0 31 30 45 166 20 18
Octal 120 51 52 0 61 60 105 546 40 30
Binary 1010000 101001 101010 0 110001 110000 1000101 101100110 100000 11000

Color Harmonies of #50292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50292A

Black with #50292A

Text Example


Text Example

White with #50292A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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