Html Css Color HEX #502135 Castro

📋 copy color: '#502135'

red 80 ◦ green 33 ◦ blue 53

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

Shades of Castro #502135

Tints of Castro #502135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 53 (21.09% from 255) = 31.93%

R = 48.19%
G = 19.88%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#502135 (or 0x502135) is known color: Castro. HEX triplet: 50, 21 and 35. RGB value is (80,33,53). Sum of RGB (Red+Green+Blue) = 80+33+53=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502135 is #AFDECA. Grayscale: #313131. Windows color (decimal): -11525835 or 3481936. OLE color: 3481936.

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

Color convert

RGB 80 33 53 -
CMYK 0 0.59 0.34 0.69
HSL 334.47º 0.42% 0.22% -
HSV(B) 334.47º 0.59% 0.31% -
XYZ 4.49 3.05 3.72 -
YUV 49.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 80 33 53 0 0.59 0.34 0.69 334.47 0.42 0.22
Hex 50 21 35 0 3B 22 45 14E 2A 16
Octal 120 41 65 0 73 42 105 516 52 26
Binary 1010000 100001 110101 0 111011 100010 1000101 101001110 101010 10110

Color Harmonies of #502135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502135

Black with #502135

Text Example


Text Example

White with #502135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502135; }

 p { color: rgb(80,33,53); }

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

background-color css

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

 a { background-color: rgb(80,33,53); }

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

border-color css

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

 span { border-color: rgb(80,33,53); }

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