Html Css Color HEX #50192D Castro

📋 copy color: '#50192D'

red 80 ◦ green 25 ◦ blue 45

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

Shades of Castro #50192D

Tints of Castro #50192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 53.33%
G = 16.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50192D (or 0x50192D) is known color: Castro. HEX triplet: 50, 19 and 2D. RGB value is (80,25,45). Sum of RGB (Red+Green+Blue) = 80+25+45=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192D is #AFE6D2. Grayscale: #2B2B2B. Windows color (decimal): -11527891 or 2955600. OLE color: 2955600.

HSL color Cylindrical-coordinate representation of color #50192D: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50192D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 45 -
CMYK 0 0.69 0.44 0.69
HSL 338.18º 0.52% 0.21% -
HSV(B) 338.18º 0.69% 0.31% -
XYZ 4.13 2.59 2.76 -
YUV 43.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 80 25 45 0 0.69 0.44 0.69 338.18 0.52 0.21
Hex 50 19 2D 0 45 2C 45 152 34 15
Octal 120 31 55 0 105 54 105 522 64 25
Binary 1010000 11001 101101 0 1000101 101100 1000101 101010010 110100 10101

Color Harmonies of #50192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50192D

Black with #50192D

Text Example


Text Example

White with #50192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50192D; }

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

 H1.HeaderClassName
 {
   color: #50192D;
 }
 .AnyTagClassName
 {
   color: #50192D;
 }
</style>

background-color css

<style>
 a { background-color: #50192D; }

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

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

border-color css

<style>
 span { border-color: #50192D; }

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

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