Html Css Color HEX #503031 Heath

📋 copy color: '#503031'

red 80 ◦ green 48 ◦ blue 49

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

Shades of Heath #503031

Tints of Heath #503031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 45.2%
G = 27.12%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#503031 (or 0x503031) is known color: Heath. HEX triplet: 50, 30 and 31. RGB value is (80,48,49). Sum of RGB (Red+Green+Blue) = 80+48+49=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503031 is #AFCFCE. Grayscale: #393939. Windows color (decimal): -11521999 or 3223632. OLE color: 3223632.

HSL color Cylindrical-coordinate representation of color #503031: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503031 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 49 -
CMYK 0 0.40 0.39 0.69
HSL 358.13º 0.25% 0.25% -
HSV(B) 358.13º 0.4% 0.31% -
XYZ 4.92 4.04 3.43 -
YUV 57.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 80 48 49 0 0.40 0.39 0.69 358.13 0.25 0.25
Hex 50 30 31 0 28 27 45 166 19 19
Octal 120 60 61 0 50 47 105 546 31 31
Binary 1010000 110000 110001 0 101000 100111 1000101 101100110 11001 11001

Color Harmonies of #503031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503031

Black with #503031

Text Example


Text Example

White with #503031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503031; }

 p { color: rgb(80,48,49); }

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

background-color css

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

 a { background-color: rgb(80,48,49); }

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

border-color css

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

 span { border-color: rgb(80,48,49); }

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