Html Css Color HEX #50334B Loulou

📋 copy color: '#50334B'

red 80 ◦ green 51 ◦ blue 75

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

Shades of Loulou #50334B

Tints of Loulou #50334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

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

R = 38.83%
G = 24.76%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50334B (or 0x50334B) is known color: Loulou. HEX triplet: 50, 33 and 4B. RGB value is (80,51,75). Sum of RGB (Red+Green+Blue) = 80+51+75=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50334B is #AFCCB4. Grayscale: #3E3E3E. Windows color (decimal): -11521205 or 4928336. OLE color: 4928336.

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

Color convert

RGB 80 51 75 -
CMYK 0 0.36 0.06 0.69
HSL 310.34º 0.22% 0.26% -
HSV(B) 310.34º 0.36% 0.31% -
XYZ 5.76 4.58 7.24 -
YUV 62.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 80 51 75 0 0.36 0.06 0.69 310.34 0.22 0.26
Hex 50 33 4B 0 24 6 45 136 16 1A
Octal 120 63 113 0 44 6 105 466 26 32
Binary 1010000 110011 1001011 0 100100 110 1000101 100110110 10110 11010

Color Harmonies of #50334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50334B

Black with #50334B

Text Example


Text Example

White with #50334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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