Html Css Color HEX #53294B Loulou

📋 copy color: '#53294B'

red 83 ◦ green 41 ◦ blue 75

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

Shades of Loulou #53294B

Tints of Loulou #53294B

RGB

 RED value IS 83 (32.81% from 255) = 41.71%

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 41.71%
G = 20.6%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53294B (or 0x53294B) is known color: Loulou. HEX triplet: 53, 29 and 4B. RGB value is (83,41,75). Sum of RGB (Red+Green+Blue) = 83+41+75=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53294B is #ACD6B4. Grayscale: #393939. Windows color (decimal): -11327157 or 4925779. OLE color: 4925779.

HSL color Cylindrical-coordinate representation of color #53294B: hue angle of 311.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53294B is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 75 -
CMYK 0 0.51 0.10 0.67
HSL 311.43º 0.34% 0.24% -
HSV(B) 311.43º 0.51% 0.33% -
XYZ 5.63 3.93 7.12 -
YUV 57.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 83 41 75 0 0.51 0.10 0.67 311.43 0.34 0.24
Hex 53 29 4B 0 33 A 43 137 22 18
Octal 123 51 113 0 63 12 103 467 42 30
Binary 1010011 101001 1001011 0 110011 1010 1000011 100110111 100010 11000

Color Harmonies of #53294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53294B

Black with #53294B

Text Example


Text Example

White with #53294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,41,75); }

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

background-color css

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

 a { background-color: rgb(83,41,75); }

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

border-color css

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

 span { border-color: rgb(83,41,75); }

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