Html Css Color HEX #501F32 Castro

📋 copy color: '#501F32'

red 80 ◦ green 31 ◦ blue 50

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

Shades of Castro #501F32

Tints of Castro #501F32

RGB

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

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

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

R = 49.69%
G = 19.25%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501F32 (or 0x501F32) is known color: Castro. HEX triplet: 50, 1F and 32. RGB value is (80,31,50). Sum of RGB (Red+Green+Blue) = 80+31+50=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F32 is #AFE0CD. Grayscale: #2F2F2F. Windows color (decimal): -11526350 or 3284816. OLE color: 3284816.

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

Color convert

RGB 80 31 50 -
CMYK 0 0.61 0.37 0.69
HSL 336.73º 0.44% 0.22% -
HSV(B) 336.73º 0.61% 0.31% -
XYZ 4.37 2.92 3.35 -
YUV 47.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 80 31 50 0 0.61 0.37 0.69 336.73 0.44 0.22
Hex 50 1F 32 0 3D 25 45 151 2C 16
Octal 120 37 62 0 75 45 105 521 54 26
Binary 1010000 11111 110010 0 111101 100101 1000101 101010001 101100 10110

Color Harmonies of #501F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F32

Black with #501F32

Text Example


Text Example

White with #501F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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