Html Css Color HEX #504042 Jon

📋 copy color: '#504042'

red 80 ◦ green 64 ◦ blue 66

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

Shades of Jon #504042

Tints of Jon #504042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 38.1%
G = 30.48%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#504042 (or 0x504042) is known color: Jon. HEX triplet: 50, 40 and 42. RGB value is (80,64,66). Sum of RGB (Red+Green+Blue) = 80+64+66=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504042 is #AFBFBD. Grayscale: #454545. Windows color (decimal): -11517886 or 4341840. OLE color: 4341840.

HSL color Cylindrical-coordinate representation of color #504042: hue angle of 352.5º 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 #504042 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 66 -
CMYK 0 0.20 0.17 0.69
HSL 352.5º 0.11% 0.28% -
HSV(B) 352.5º 0.2% 0.31% -
XYZ 6.13 5.77 5.94 -
YUV 69.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 80 64 66 0 0.20 0.17 0.69 352.5 0.11 0.28
Hex 50 40 42 0 14 11 45 160 B 1C
Octal 120 100 102 0 24 21 105 540 13 34
Binary 1010000 1000000 1000010 0 10100 10001 1000101 101100000 1011 11100

Color Harmonies of #504042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504042

Black with #504042

Text Example


Text Example

White with #504042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504042; }

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

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

background-color css

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

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

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

border-color css

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

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

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