Html Css Color HEX #504041 Jon

📋 copy color: '#504041'

red 80 ◦ green 64 ◦ blue 65

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

Shades of Jon #504041

Tints of Jon #504041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 38.28%
G = 30.62%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#504041 (or 0x504041) is known color: Jon. HEX triplet: 50, 40 and 41. RGB value is (80,64,65). Sum of RGB (Red+Green+Blue) = 80+64+65=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #504041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504041 is #AFBFBE. Grayscale: #444444. Windows color (decimal): -11517887 or 4276304. OLE color: 4276304.

HSL color Cylindrical-coordinate representation of color #504041: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504041 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 65 -
CMYK 0 0.20 0.19 0.69
HSL 356.25º 0.11% 0.28% -
HSV(B) 356.25º 0.2% 0.31% -
XYZ 6.1 5.75 5.79 -
YUV 68.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 80 64 65 0 0.20 0.19 0.69 356.25 0.11 0.28
Hex 50 40 41 0 14 13 45 164 B 1C
Octal 120 100 101 0 24 23 105 544 13 34
Binary 1010000 1000000 1000001 0 10100 10011 1000101 101100100 1011 11100

Color Harmonies of #504041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504041

Black with #504041

Text Example


Text Example

White with #504041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504041; }

 p { color: rgb(80,64,65); }

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

background-color css

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

 a { background-color: rgb(80,64,65); }

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

border-color css

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

 span { border-color: rgb(80,64,65); }

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