Html Css Color HEX #501F34 Castro

📋 copy color: '#501F34'

red 80 ◦ green 31 ◦ blue 52

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

Shades of Castro #501F34

Tints of Castro #501F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 49.08%
G = 19.02%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#501F34 (or 0x501F34) is known color: Castro. HEX triplet: 50, 1F and 34. RGB value is (80,31,52). Sum of RGB (Red+Green+Blue) = 80+31+52=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F34 is #AFE0CB. Grayscale: #303030. Windows color (decimal): -11526348 or 3415888. OLE color: 3415888.

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

Color convert

RGB 80 31 52 -
CMYK 0 0.61 0.35 0.69
HSL 334.29º 0.44% 0.22% -
HSV(B) 334.29º 0.61% 0.31% -
XYZ 4.42 2.93 3.58 -
YUV 48.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 80 31 52 0 0.61 0.35 0.69 334.29 0.44 0.22
Hex 50 1F 34 0 3D 23 45 14E 2C 16
Octal 120 37 64 0 75 43 105 516 54 26
Binary 1010000 11111 110100 0 111101 100011 1000101 101001110 101100 10110

Color Harmonies of #501F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F34

Black with #501F34

Text Example


Text Example

White with #501F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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