Html Css Color HEX #501E33 Castro

📋 copy color: '#501E33'

red 80 ◦ green 30 ◦ blue 51

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

Shades of Castro #501E33

Tints of Castro #501E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.68%

R = 49.69%
G = 18.63%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501E33 (or 0x501E33) is known color: Castro. HEX triplet: 50, 1E and 33. RGB value is (80,30,51). Sum of RGB (Red+Green+Blue) = 80+30+51=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E33 is #AFE1CC. Grayscale: #2F2F2F. Windows color (decimal): -11526605 or 3350096. OLE color: 3350096.

HSL color Cylindrical-coordinate representation of color #501E33: hue angle of 334.8º 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 #501E33 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 51 -
CMYK 0 0.62 0.36 0.69
HSL 334.8º 0.45% 0.22% -
HSV(B) 334.8º 0.63% 0.31% -
XYZ 4.37 2.87 3.46 -
YUV 47.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 80 30 51 0 0.62 0.36 0.69 334.8 0.45 0.22
Hex 50 1E 33 0 3E 24 45 14F 2D 16
Octal 120 36 63 0 76 44 105 517 55 26
Binary 1010000 11110 110011 0 111110 100100 1000101 101001111 101101 10110

Color Harmonies of #501E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E33

Black with #501E33

Text Example


Text Example

White with #501E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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