Html Css Color HEX #501A2D Castro

📋 copy color: '#501A2D'

red 80 ◦ green 26 ◦ blue 45

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

Shades of Castro #501A2D

Tints of Castro #501A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 52.98%
G = 17.22%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#501A2D (or 0x501A2D) is known color: Castro. HEX triplet: 50, 1A and 2D. RGB value is (80,26,45). Sum of RGB (Red+Green+Blue) = 80+26+45=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2D is #AFE5D2. Grayscale: #2C2C2C. Windows color (decimal): -11527635 or 2955856. OLE color: 2955856.

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

Color convert

RGB 80 26 45 -
CMYK 0 0.67 0.44 0.69
HSL 338.89º 0.51% 0.21% -
HSV(B) 338.89º 0.68% 0.31% -
XYZ 4.15 2.63 2.77 -
YUV 44.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 80 26 45 0 0.67 0.44 0.69 338.89 0.51 0.21
Hex 50 1A 2D 0 43 2C 45 153 33 15
Octal 120 32 55 0 103 54 105 523 63 25
Binary 1010000 11010 101101 0 1000011 101100 1000101 101010011 110011 10101

Color Harmonies of #501A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A2D

Black with #501A2D

Text Example


Text Example

White with #501A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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