#50142A

Color #50142A Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #50142A

Tints of Castro #50142A

Color information

#50142A (or 0x50142A) is unknown color: approx Castro. HEX triplet: 50, 14 and 2A. RGB value is (80,20,42). Sum of RGB (Red+Green+Blue) = 80+20+42=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50142A is #AFEBD5. Grayscale: #282828. Windows color (decimal): -11529174 or 2757712. OLE color: 2757712.

HSL color Cylindrical-coordinate representation of color #50142A: hue angle of 338º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50142A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB802042-
CMYK00.750.480.69
HSL338º60%19.61%-
HSV(B)338º75%31.37%-
XYZ3.982.372.44-
YUV40.45128.88156.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=56.34%
G=14.08%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80204200.750.480.693386019.61
Hex50142A04B30451523c14
Octal12024520113601055227424
Binary10100001010010101001001011110000100010110101001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50142A; }

 p { color: rgb(80,20,42); }

 H1.HeaderClassName
 {
   color: #50142A;
 }
 .AnyTagClassName
 {
   color: #50142A;
 }
</style>
background-color css

<style>
 a { background-color: #50142A; }

 a { background-color: rgb(80,20,42); }

 div.DivClassName
 {
   background-color: #50142A;
 }
 .BgClassName
 {
   background-color: #50142A;
 }
</style>
border-color css

<style>
 span { border-color: #50142A; }

 span { border-color: rgb(80,20,42); }

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