Html Css Color HEX #502037 Castro

📋 copy color: '#502037'

red 80 ◦ green 32 ◦ blue 55

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

Shades of Castro #502037

Tints of Castro #502037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 47.9%
G = 19.16%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502037 (or 0x502037) is known color: Castro. HEX triplet: 50, 20 and 37. RGB value is (80,32,55). Sum of RGB (Red+Green+Blue) = 80+32+55=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502037 is #AFDFC8. Grayscale: #303030. Windows color (decimal): -11526089 or 3612752. OLE color: 3612752.

HSL color Cylindrical-coordinate representation of color #502037: hue angle of 331.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502037 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 55 -
CMYK 0 0.60 0.31 0.69
HSL 331.25º 0.43% 0.22% -
HSV(B) 331.25º 0.6% 0.31% -
XYZ 4.51 3.01 3.96 -
YUV 48.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 80 32 55 0 0.60 0.31 0.69 331.25 0.43 0.22
Hex 50 20 37 0 3C 1F 45 14B 2B 16
Octal 120 40 67 0 74 37 105 513 53 26
Binary 1010000 100000 110111 0 111100 11111 1000101 101001011 101011 10110

Color Harmonies of #502037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502037

Black with #502037

Text Example


Text Example

White with #502037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502037; }

 p { color: rgb(80,32,55); }

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

background-color css

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

 a { background-color: rgb(80,32,55); }

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

border-color css

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

 span { border-color: rgb(80,32,55); }

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