Html Css Color HEX #532344 Loulou

📋 copy color: '#532344'

red 83 ◦ green 35 ◦ blue 68

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

Shades of Loulou #532344

Tints of Loulou #532344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 44.62%
G = 18.82%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#532344 (or 0x532344) is known color: Loulou. HEX triplet: 53, 23 and 44. RGB value is (83,35,68). Sum of RGB (Red+Green+Blue) = 83+35+68=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532344 is #ACDCBB. Grayscale: #353535. Windows color (decimal): -11328700 or 4465491. OLE color: 4465491.

HSL color Cylindrical-coordinate representation of color #532344: hue angle of 318.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532344 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 68 -
CMYK 0 0.58 0.18 0.67
HSL 318.75º 0.41% 0.23% -
HSV(B) 318.75º 0.58% 0.33% -
XYZ 5.21 3.46 5.86 -
YUV 53.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 83 35 68 0 0.58 0.18 0.67 318.75 0.41 0.23
Hex 53 23 44 0 3A 12 43 13F 29 17
Octal 123 43 104 0 72 22 103 477 51 27
Binary 1010011 100011 1000100 0 111010 10010 1000011 100111111 101001 10111

Color Harmonies of #532344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532344

Black with #532344

Text Example


Text Example

White with #532344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532344; }

 p { color: rgb(83,35,68); }

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

background-color css

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

 a { background-color: rgb(83,35,68); }

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

border-color css

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

 span { border-color: rgb(83,35,68); }

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