Html Css Color HEX #502F31 Heath

📋 copy color: '#502F31'

red 80 ◦ green 47 ◦ blue 49

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

Shades of Heath #502F31

Tints of Heath #502F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.7%

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

R = 45.45%
G = 26.7%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502F31 (or 0x502F31) is known color: Heath. HEX triplet: 50, 2F and 31. RGB value is (80,47,49). Sum of RGB (Red+Green+Blue) = 80+47+49=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F31 is #AFD0CE. Grayscale: #393939. Windows color (decimal): -11522255 or 3223376. OLE color: 3223376.

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

Color convert

RGB 80 47 49 -
CMYK 0 0.41 0.39 0.69
HSL 356.36º 0.26% 0.25% -
HSV(B) 356.36º 0.41% 0.31% -
XYZ 4.88 3.96 3.41 -
YUV 57.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 80 47 49 0 0.41 0.39 0.69 356.36 0.26 0.25
Hex 50 2F 31 0 29 27 45 164 1A 19
Octal 120 57 61 0 51 47 105 544 32 31
Binary 1010000 101111 110001 0 101001 100111 1000101 101100100 11010 11001

Color Harmonies of #502F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F31

Black with #502F31

Text Example


Text Example

White with #502F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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