Html Css Color HEX #532B45 Loulou

📋 copy color: '#532B45'

red 83 ◦ green 43 ◦ blue 69

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

Shades of Loulou #532B45

Tints of Loulou #532B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 42.56%
G = 22.05%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#532B45 (or 0x532B45) is known color: Loulou. HEX triplet: 53, 2B and 45. RGB value is (83,43,69). Sum of RGB (Red+Green+Blue) = 83+43+69=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B45 is #ACD4BA. Grayscale: #393939. Windows color (decimal): -11326651 or 4533075. OLE color: 4533075.

HSL color Cylindrical-coordinate representation of color #532B45: hue angle of 321º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B45 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 69 -
CMYK 0 0.48 0.17 0.67
HSL 321º 0.32% 0.25% -
HSV(B) 321º 0.48% 0.33% -
XYZ 5.51 4 6.11 -
YUV 57.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 83 43 69 0 0.48 0.17 0.67 321 0.32 0.25
Hex 53 2B 45 0 30 11 43 141 20 19
Octal 123 53 105 0 60 21 103 501 40 31
Binary 1010011 101011 1000101 0 110000 10001 1000011 101000001 100000 11001

Color Harmonies of #532B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B45

Black with #532B45

Text Example


Text Example

White with #532B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B45; }

 p { color: rgb(83,43,69); }

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

background-color css

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

 a { background-color: rgb(83,43,69); }

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

border-color css

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

 span { border-color: rgb(83,43,69); }

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