Html Css Color HEX #501B32 Castro

📋 copy color: '#501B32'

red 80 ◦ green 27 ◦ blue 50

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

Shades of Castro #501B32

Tints of Castro #501B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 50.96%
G = 17.2%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501B32 (or 0x501B32) is known color: Castro. HEX triplet: 50, 1B and 32. RGB value is (80,27,50). Sum of RGB (Red+Green+Blue) = 80+27+50=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B32 is #AFE4CD. Grayscale: #2D2D2D. Windows color (decimal): -11527374 or 3283792. OLE color: 3283792.

HSL color Cylindrical-coordinate representation of color #501B32: hue angle of 333.96º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B32 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 50 -
CMYK 0 0.66 0.37 0.69
HSL 333.96º 0.5% 0.21% -
HSV(B) 333.96º 0.66% 0.31% -
XYZ 4.28 2.72 3.32 -
YUV 45.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 80 27 50 0 0.66 0.37 0.69 333.96 0.5 0.21
Hex 50 1B 32 0 42 25 45 14E 32 15
Octal 120 33 62 0 102 45 105 516 62 25
Binary 1010000 11011 110010 0 1000010 100101 1000101 101001110 110010 10101

Color Harmonies of #501B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B32

Black with #501B32

Text Example


Text Example

White with #501B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,50); }

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

background-color css

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

 a { background-color: rgb(80,27,50); }

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

border-color css

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

 span { border-color: rgb(80,27,50); }

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