Html Css Color HEX #501E35 Castro

📋 copy color: '#501E35'

red 80 ◦ green 30 ◦ blue 53

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

Shades of Castro #501E35

Tints of Castro #501E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

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

R = 49.08%
G = 18.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#501E35 (or 0x501E35) is known color: Castro. HEX triplet: 50, 1E and 35. RGB value is (80,30,53). Sum of RGB (Red+Green+Blue) = 80+30+53=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E35 is #AFE1CA. Grayscale: #2F2F2F. Windows color (decimal): -11526603 or 3481168. OLE color: 3481168.

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

Color convert

RGB 80 30 53 -
CMYK 0 0.62 0.34 0.69
HSL 332.4º 0.45% 0.22% -
HSV(B) 332.4º 0.63% 0.31% -
XYZ 4.42 2.89 3.69 -
YUV 47.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 80 30 53 0 0.62 0.34 0.69 332.4 0.45 0.22
Hex 50 1E 35 0 3E 22 45 14C 2D 16
Octal 120 36 65 0 76 42 105 514 55 26
Binary 1010000 11110 110101 0 111110 100010 1000101 101001100 101101 10110

Color Harmonies of #501E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E35

Black with #501E35

Text Example


Text Example

White with #501E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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