Html Css Color HEX #501C2E Castro

📋 copy color: '#501C2E'

red 80 ◦ green 28 ◦ blue 46

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

Shades of Castro #501C2E

Tints of Castro #501C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 51.95%
G = 18.18%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#501C2E (or 0x501C2E) is known color: Castro. HEX triplet: 50, 1C and 2E. RGB value is (80,28,46). Sum of RGB (Red+Green+Blue) = 80+28+46=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C2E is #AFE3D1. Grayscale: #2D2D2D. Windows color (decimal): -11527122 or 3021904. OLE color: 3021904.

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

Color convert

RGB 80 28 46 -
CMYK 0 0.65 0.42 0.69
HSL 339.23º 0.48% 0.21% -
HSV(B) 339.23º 0.65% 0.31% -
XYZ 4.22 2.73 2.89 -
YUV 45.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 80 28 46 0 0.65 0.42 0.69 339.23 0.48 0.21
Hex 50 1C 2E 0 41 2A 45 153 30 15
Octal 120 34 56 0 101 52 105 523 60 25
Binary 1010000 11100 101110 0 1000001 101010 1000101 101010011 110000 10101

Color Harmonies of #501C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C2E

Black with #501C2E

Text Example


Text Example

White with #501C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,46); }

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

background-color css

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

 a { background-color: rgb(80,28,46); }

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

border-color css

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

 span { border-color: rgb(80,28,46); }

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