Html Css Color HEX #50234B Loulou

📋 copy color: '#50234B'

red 80 ◦ green 35 ◦ blue 75

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

Shades of Loulou #50234B

Tints of Loulou #50234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 42.11%
G = 18.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50234B (or 0x50234B) is known color: Loulou. HEX triplet: 50, 23 and 4B. RGB value is (80,35,75). Sum of RGB (Red+Green+Blue) = 80+35+75=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50234B is #AFDCB4. Grayscale: #343434. Windows color (decimal): -11525301 or 4924240. OLE color: 4924240.

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

Color convert

RGB 80 35 75 -
CMYK 0 0.56 0.06 0.69
HSL 306.67º 0.39% 0.23% -
HSV(B) 306.67º 0.56% 0.31% -
XYZ 5.18 3.42 7.04 -
YUV 53.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 80 35 75 0 0.56 0.06 0.69 306.67 0.39 0.23
Hex 50 23 4B 0 38 6 45 133 27 17
Octal 120 43 113 0 70 6 105 463 47 27
Binary 1010000 100011 1001011 0 111000 110 1000101 100110011 100111 10111

Color Harmonies of #50234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50234B

Black with #50234B

Text Example


Text Example

White with #50234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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