Html Css Color HEX #50304B Loulou

📋 copy color: '#50304B'

red 80 ◦ green 48 ◦ blue 75

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

Shades of Loulou #50304B

Tints of Loulou #50304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

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

R = 39.41%
G = 23.65%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50304B (or 0x50304B) is known color: Loulou. HEX triplet: 50, 30 and 4B. RGB value is (80,48,75). Sum of RGB (Red+Green+Blue) = 80+48+75=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #50304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50304B is #AFCFB4. Grayscale: #3C3C3C. Windows color (decimal): -11521973 or 4927568. OLE color: 4927568.

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

Color convert

RGB 80 48 75 -
CMYK 0 0.40 0.06 0.69
HSL 309.38º 0.25% 0.25% -
HSV(B) 309.38º 0.4% 0.31% -
XYZ 5.64 4.33 7.19 -
YUV 60.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 80 48 75 0 0.40 0.06 0.69 309.38 0.25 0.25
Hex 50 30 4B 0 28 6 45 135 19 19
Octal 120 60 113 0 50 6 105 465 31 31
Binary 1010000 110000 1001011 0 101000 110 1000101 100110101 11001 11001

Color Harmonies of #50304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50304B

Black with #50304B

Text Example


Text Example

White with #50304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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