Html Css Color HEX #503C3F Jon

📋 copy color: '#503C3F'

red 80 ◦ green 60 ◦ blue 63

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

Shades of Jon #503C3F

Tints of Jon #503C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 39.41%
G = 29.56%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#503C3F (or 0x503C3F) is known color: Jon. HEX triplet: 50, 3C and 3F. RGB value is (80,60,63). Sum of RGB (Red+Green+Blue) = 80+60+63=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C3F is #AFC3C0. Grayscale: #424242. Windows color (decimal): -11518913 or 4144208. OLE color: 4144208.

HSL color Cylindrical-coordinate representation of color #503C3F: hue angle of 351º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #503C3F is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 63 -
CMYK 0 0.25 0.21 0.69
HSL 351º 0.14% 0.27% -
HSV(B) 351º 0.25% 0.31% -
XYZ 5.82 5.3 5.42 -
YUV 66.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 80 60 63 0 0.25 0.21 0.69 351 0.14 0.27
Hex 50 3C 3F 0 19 15 45 15F E 1B
Octal 120 74 77 0 31 25 105 537 16 33
Binary 1010000 111100 111111 0 11001 10101 1000101 101011111 1110 11011

Color Harmonies of #503C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C3F

Black with #503C3F

Text Example


Text Example

White with #503C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503C3F; }

 p { color: rgb(80,60,63); }

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

background-color css

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

 a { background-color: rgb(80,60,63); }

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

border-color css

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

 span { border-color: rgb(80,60,63); }

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