Html Css Color HEX #50152B Castro

📋 copy color: '#50152B'

red 80 ◦ green 21 ◦ blue 43

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

Shades of Castro #50152B

Tints of Castro #50152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 55.56%
G = 14.58%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50152B (or 0x50152B) is known color: Castro. HEX triplet: 50, 15 and 2B. RGB value is (80,21,43). Sum of RGB (Red+Green+Blue) = 80+21+43=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50152B is #AFEAD4. Grayscale: #292929. Windows color (decimal): -11528917 or 2823504. OLE color: 2823504.

HSL color Cylindrical-coordinate representation of color #50152B: hue angle of 337.63º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50152B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 43 -
CMYK 0 0.74 0.46 0.69
HSL 337.63º 0.58% 0.2% -
HSV(B) 337.63º 0.74% 0.31% -
XYZ 4.01 2.42 2.54 -
YUV 41.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 80 21 43 0 0.74 0.46 0.69 337.63 0.58 0.2
Hex 50 15 2B 0 4A 2E 45 152 3A 14
Octal 120 25 53 0 112 56 105 522 72 24
Binary 1010000 10101 101011 0 1001010 101110 1000101 101010010 111010 10100

Color Harmonies of #50152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50152B

Black with #50152B

Text Example


Text Example

White with #50152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50152B; }

 p { color: rgb(80,21,43); }

 H1.HeaderClassName
 {
   color: #50152B;
 }
 .AnyTagClassName
 {
   color: #50152B;
 }
</style>

background-color css

<style>
 a { background-color: #50152B; }

 a { background-color: rgb(80,21,43); }

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

border-color css

<style>
 span { border-color: #50152B; }

 span { border-color: rgb(80,21,43); }

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