Html Css Color HEX #501C31 Castro

📋 copy color: '#501C31'

red 80 ◦ green 28 ◦ blue 49

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

Shades of Castro #501C31

Tints of Castro #501C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 50.96%
G = 17.83%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501C31 (or 0x501C31) is known color: Castro. HEX triplet: 50, 1C and 31. RGB value is (80,28,49). Sum of RGB (Red+Green+Blue) = 80+28+49=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C31 is #AFE3CE. Grayscale: #2D2D2D. Windows color (decimal): -11527119 or 3218512. OLE color: 3218512.

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

Color convert

RGB 80 28 49 -
CMYK 0 0.65 0.39 0.69
HSL 335.77º 0.48% 0.21% -
HSV(B) 335.77º 0.65% 0.31% -
XYZ 4.28 2.76 3.21 -
YUV 45.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 80 28 49 0 0.65 0.39 0.69 335.77 0.48 0.21
Hex 50 1C 31 0 41 27 45 150 30 15
Octal 120 34 61 0 101 47 105 520 60 25
Binary 1010000 11100 110001 0 1000001 100111 1000101 101010000 110000 10101

Color Harmonies of #501C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C31

Black with #501C31

Text Example


Text Example

White with #501C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,49); }

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

background-color css

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

 a { background-color: rgb(80,28,49); }

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

border-color css

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

 span { border-color: rgb(80,28,49); }

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