Html Css Color HEX #501D2F Castro

📋 copy color: '#501D2F'

red 80 ◦ green 29 ◦ blue 47

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

Shades of Castro #501D2F

Tints of Castro #501D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 51.28%
G = 18.59%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#501D2F (or 0x501D2F) is known color: Castro. HEX triplet: 50, 1D and 2F. RGB value is (80,29,47). Sum of RGB (Red+Green+Blue) = 80+29+47=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2F is #AFE2D0. Grayscale: #2E2E2E. Windows color (decimal): -11526865 or 3087696. OLE color: 3087696.

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

Color convert

RGB 80 29 47 -
CMYK 0 0.64 0.41 0.69
HSL 338.82º 0.47% 0.21% -
HSV(B) 338.82º 0.64% 0.31% -
XYZ 4.26 2.79 3 -
YUV 46.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 80 29 47 0 0.64 0.41 0.69 338.82 0.47 0.21
Hex 50 1D 2F 0 40 29 45 153 2F 15
Octal 120 35 57 0 100 51 105 523 57 25
Binary 1010000 11101 101111 0 1000000 101001 1000101 101010011 101111 10101

Color Harmonies of #501D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D2F

Black with #501D2F

Text Example


Text Example

White with #501D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,47); }

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

background-color css

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

 a { background-color: rgb(80,29,47); }

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

border-color css

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

 span { border-color: rgb(80,29,47); }

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