Html Css Color HEX #502E31 Heath

📋 copy color: '#502E31'

red 80 ◦ green 46 ◦ blue 49

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

Shades of Heath #502E31

Tints of Heath #502E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.29%

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

R = 45.71%
G = 26.29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502E31 (or 0x502E31) is known color: Heath. HEX triplet: 50, 2E and 31. RGB value is (80,46,49). Sum of RGB (Red+Green+Blue) = 80+46+49=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E31 is #AFD1CE. Grayscale: #383838. Windows color (decimal): -11522511 or 3223120. OLE color: 3223120.

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

Color convert

RGB 80 46 49 -
CMYK 0 0.42 0.39 0.69
HSL 354.71º 0.27% 0.25% -
HSV(B) 354.71º 0.43% 0.31% -
XYZ 4.84 3.88 3.4 -
YUV 56.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 80 46 49 0 0.42 0.39 0.69 354.71 0.27 0.25
Hex 50 2E 31 0 2A 27 45 163 1B 19
Octal 120 56 61 0 52 47 105 543 33 31
Binary 1010000 101110 110001 0 101010 100111 1000101 101100011 11011 11001

Color Harmonies of #502E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E31

Black with #502E31

Text Example


Text Example

White with #502E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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