Html Css Color HEX #50162B Castro

📋 copy color: '#50162B'

red 80 ◦ green 22 ◦ blue 43

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

Shades of Castro #50162B

Tints of Castro #50162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 55.17%
G = 15.17%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50162B (or 0x50162B) is known color: Castro. HEX triplet: 50, 16 and 2B. RGB value is (80,22,43). Sum of RGB (Red+Green+Blue) = 80+22+43=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50162B is #AFE9D4. Grayscale: #292929. Windows color (decimal): -11528661 or 2823760. OLE color: 2823760.

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

Color convert

RGB 80 22 43 -
CMYK 0 0.72 0.46 0.69
HSL 338.28º 0.57% 0.2% -
HSV(B) 338.28º 0.73% 0.31% -
XYZ 4.03 2.45 2.55 -
YUV 41.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 80 22 43 0 0.72 0.46 0.69 338.28 0.57 0.2
Hex 50 16 2B 0 48 2E 45 152 39 14
Octal 120 26 53 0 110 56 105 522 71 24
Binary 1010000 10110 101011 0 1001000 101110 1000101 101010010 111001 10100

Color Harmonies of #50162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50162B

Black with #50162B

Text Example


Text Example

White with #50162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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