Html Css Color HEX #50254B Loulou

📋 copy color: '#50254B'

red 80 ◦ green 37 ◦ blue 75

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

Shades of Loulou #50254B

Tints of Loulou #50254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 41.67%
G = 19.27%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50254B (or 0x50254B) is known color: Loulou. HEX triplet: 50, 25 and 4B. RGB value is (80,37,75). Sum of RGB (Red+Green+Blue) = 80+37+75=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50254B is #AFDAB4. Grayscale: #363636. Windows color (decimal): -11524789 or 4924752. OLE color: 4924752.

HSL color Cylindrical-coordinate representation of color #50254B: hue angle of 306.98º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50254B is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 75 -
CMYK 0 0.54 0.06 0.69
HSL 306.98º 0.37% 0.23% -
HSV(B) 306.98º 0.54% 0.31% -
XYZ 5.24 3.54 7.06 -
YUV 54.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 80 37 75 0 0.54 0.06 0.69 306.98 0.37 0.23
Hex 50 25 4B 0 36 6 45 133 25 17
Octal 120 45 113 0 66 6 105 463 45 27
Binary 1010000 100101 1001011 0 110110 110 1000101 100110011 100101 10111

Color Harmonies of #50254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50254B

Black with #50254B

Text Example


Text Example

White with #50254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,37,75); }

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

background-color css

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

 a { background-color: rgb(80,37,75); }

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

border-color css

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

 span { border-color: rgb(80,37,75); }

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