Html Css Color HEX #501A2C Castro

📋 copy color: '#501A2C'

red 80 ◦ green 26 ◦ blue 44

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

Shades of Castro #501A2C

Tints of Castro #501A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 53.33%
G = 17.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#501A2C (or 0x501A2C) is known color: Castro. HEX triplet: 50, 1A and 2C. RGB value is (80,26,44). Sum of RGB (Red+Green+Blue) = 80+26+44=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2C is #AFE5D3. Grayscale: #2C2C2C. Windows color (decimal): -11527636 or 2890320. OLE color: 2890320.

HSL color Cylindrical-coordinate representation of color #501A2C: hue angle of 340º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A2C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 44 -
CMYK 0 0.67 0.45 0.69
HSL 340º 0.51% 0.21% -
HSV(B) 340º 0.68% 0.31% -
XYZ 4.13 2.63 2.67 -
YUV 44.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 80 26 44 0 0.67 0.45 0.69 340 0.51 0.21
Hex 50 1A 2C 0 43 2D 45 154 33 15
Octal 120 32 54 0 103 55 105 524 63 25
Binary 1010000 11010 101100 0 1000011 101101 1000101 101010100 110011 10101

Color Harmonies of #501A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A2C

Black with #501A2C

Text Example


Text Example

White with #501A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,44); }

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

background-color css

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

 a { background-color: rgb(80,26,44); }

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

border-color css

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

 span { border-color: rgb(80,26,44); }

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