Html Css Color HEX #53174A Loulou

📋 copy color: '#53174A'

red 83 ◦ green 23 ◦ blue 74

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

Shades of Loulou #53174A

Tints of Loulou #53174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 46.11%
G = 12.78%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53174A (or 0x53174A) is known color: Loulou. HEX triplet: 53, 17 and 4A. RGB value is (83,23,74). Sum of RGB (Red+Green+Blue) = 83+23+74=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53174A is #ACE8B5. Grayscale: #2E2E2E. Windows color (decimal): -11331766 or 4855635. OLE color: 4855635.

HSL color Cylindrical-coordinate representation of color #53174A: hue angle of 309º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53174A is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 74 -
CMYK 0 0.72 0.11 0.67
HSL 309º 0.57% 0.21% -
HSV(B) 309º 0.72% 0.33% -
XYZ 5.11 2.95 6.78 -
YUV 46.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 83 23 74 0 0.72 0.11 0.67 309 0.57 0.21
Hex 53 17 4A 0 48 B 43 135 39 15
Octal 123 27 112 0 110 13 103 465 71 25
Binary 1010011 10111 1001010 0 1001000 1011 1000011 100110101 111001 10101

Color Harmonies of #53174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53174A

Black with #53174A

Text Example


Text Example

White with #53174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53174A; }

 p { color: rgb(83,23,74); }

 H1.HeaderClassName
 {
   color: #53174A;
 }
 .AnyTagClassName
 {
   color: #53174A;
 }
</style>

background-color css

<style>
 a { background-color: #53174A; }

 a { background-color: rgb(83,23,74); }

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

border-color css

<style>
 span { border-color: #53174A; }

 span { border-color: rgb(83,23,74); }

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