Html Css Color HEX #502237 Castro

📋 copy color: '#502237'

red 80 ◦ green 34 ◦ blue 55

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

Shades of Castro #502237

Tints of Castro #502237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 47.34%
G = 20.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502237 (or 0x502237) is known color: Castro. HEX triplet: 50, 22 and 37. RGB value is (80,34,55). Sum of RGB (Red+Green+Blue) = 80+34+55=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502237 is #AFDDC8. Grayscale: #323232. Windows color (decimal): -11525577 or 3613264. OLE color: 3613264.

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

Color convert

RGB 80 34 55 -
CMYK 0 0.58 0.31 0.69
HSL 332.61º 0.4% 0.22% -
HSV(B) 332.61º 0.58% 0.31% -
XYZ 4.57 3.13 3.98 -
YUV 50.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 80 34 55 0 0.58 0.31 0.69 332.61 0.4 0.22
Hex 50 22 37 0 3A 1F 45 14D 28 16
Octal 120 42 67 0 72 37 105 515 50 26
Binary 1010000 100010 110111 0 111010 11111 1000101 101001101 101000 10110

Color Harmonies of #502237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502237

Black with #502237

Text Example


Text Example

White with #502237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502237; }

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

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

background-color css

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

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

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

border-color css

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

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

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