Html Css Color HEX #501F33 Castro

📋 copy color: '#501F33'

red 80 ◦ green 31 ◦ blue 51

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

Shades of Castro #501F33

Tints of Castro #501F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 49.38%
G = 19.14%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501F33 (or 0x501F33) is known color: Castro. HEX triplet: 50, 1F and 33. RGB value is (80,31,51). Sum of RGB (Red+Green+Blue) = 80+31+51=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F33 is #AFE0CC. Grayscale: #2F2F2F. Windows color (decimal): -11526349 or 3350352. OLE color: 3350352.

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

Color convert

RGB 80 31 51 -
CMYK 0 0.61 0.36 0.69
HSL 335.51º 0.44% 0.22% -
HSV(B) 335.51º 0.61% 0.31% -
XYZ 4.4 2.92 3.46 -
YUV 47.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 80 31 51 0 0.61 0.36 0.69 335.51 0.44 0.22
Hex 50 1F 33 0 3D 24 45 150 2C 16
Octal 120 37 63 0 75 44 105 520 54 26
Binary 1010000 11111 110011 0 111101 100100 1000101 101010000 101100 10110

Color Harmonies of #501F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F33

Black with #501F33

Text Example


Text Example

White with #501F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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