Html Css Color HEX #501F36 Castro

📋 copy color: '#501F36'

red 80 ◦ green 31 ◦ blue 54

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

Shades of Castro #501F36

Tints of Castro #501F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 48.48%
G = 18.79%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501F36 (or 0x501F36) is known color: Castro. HEX triplet: 50, 1F and 36. RGB value is (80,31,54). Sum of RGB (Red+Green+Blue) = 80+31+54=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F36 is #AFE0C9. Grayscale: #303030. Windows color (decimal): -11526346 or 3546960. OLE color: 3546960.

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

Color convert

RGB 80 31 54 -
CMYK 0 0.61 0.33 0.69
HSL 331.84º 0.44% 0.22% -
HSV(B) 331.84º 0.61% 0.31% -
XYZ 4.46 2.95 3.82 -
YUV 48.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 80 31 54 0 0.61 0.33 0.69 331.84 0.44 0.22
Hex 50 1F 36 0 3D 21 45 14C 2C 16
Octal 120 37 66 0 75 41 105 514 54 26
Binary 1010000 11111 110110 0 111101 100001 1000101 101001100 101100 10110

Color Harmonies of #501F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F36

Black with #501F36

Text Example


Text Example

White with #501F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,31,54); }

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

background-color css

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

 a { background-color: rgb(80,31,54); }

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

border-color css

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

 span { border-color: rgb(80,31,54); }

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