Html Css Color HEX #502036 Castro

📋 copy color: '#502036'

red 80 ◦ green 32 ◦ blue 54

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

Shades of Castro #502036

Tints of Castro #502036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.53%

R = 48.19%
G = 19.28%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#502036 (or 0x502036) is known color: Castro. HEX triplet: 50, 20 and 36. RGB value is (80,32,54). Sum of RGB (Red+Green+Blue) = 80+32+54=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502036 is #AFDFC9. Grayscale: #303030. Windows color (decimal): -11526090 or 3547216. OLE color: 3547216.

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

Color convert

RGB 80 32 54 -
CMYK 0 0.60 0.33 0.69
HSL 332.5º 0.43% 0.22% -
HSV(B) 332.5º 0.6% 0.31% -
XYZ 4.49 3 3.83 -
YUV 48.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 80 32 54 0 0.60 0.33 0.69 332.5 0.43 0.22
Hex 50 20 36 0 3C 21 45 14C 2B 16
Octal 120 40 66 0 74 41 105 514 53 26
Binary 1010000 100000 110110 0 111100 100001 1000101 101001100 101011 10110

Color Harmonies of #502036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502036

Black with #502036

Text Example


Text Example

White with #502036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502036; }

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

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

background-color css

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

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

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

border-color css

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

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

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