Html Css Color HEX #50142A Castro

📋 copy color: '#50142A'

red 80 ◦ green 20 ◦ blue 42

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

Shades of Castro #50142A

Tints of Castro #50142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 56.34%
G = 14.08%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50142A (or 0x50142A) is known color: 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

RGB 80 20 42 -
CMYK 0 0.75 0.48 0.69
HSL 338º 0.6% 0.2% -
HSV(B) 338º 0.75% 0.31% -
XYZ 3.98 2.37 2.44 -
YUV 40.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 80 20 42 0 0.75 0.48 0.69 338 0.6 0.2
Hex 50 14 2A 0 4B 30 45 152 3C 14
Octal 120 24 52 0 113 60 105 522 74 24
Binary 1010000 10100 101010 0 1001011 110000 1000101 101010010 111100 10100

Color Harmonies of #50142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50142A

Black with #50142A

Text Example


Text Example

White with #50142A

Text Example


Text Example

HTML Codes & Css Web 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>