Html Css Color HEX #532D4B Loulou

📋 copy color: '#532D4B'

red 83 ◦ green 45 ◦ blue 75

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

Shades of Loulou #532D4B

Tints of Loulou #532D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 40.89%
G = 22.17%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#532D4B (or 0x532D4B) is known color: Loulou. HEX triplet: 53, 2D and 4B. RGB value is (83,45,75). Sum of RGB (Red+Green+Blue) = 83+45+75=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D4B is #ACD2B4. Grayscale: #3B3B3B. Windows color (decimal): -11326133 or 4926803. OLE color: 4926803.

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

Color convert

RGB 83 45 75 -
CMYK 0 0.46 0.10 0.67
HSL 312.63º 0.3% 0.25% -
HSV(B) 312.63º 0.46% 0.33% -
XYZ 5.78 4.22 7.17 -
YUV 59.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 83 45 75 0 0.46 0.10 0.67 312.63 0.3 0.25
Hex 53 2D 4B 0 2E A 43 139 1E 19
Octal 123 55 113 0 56 12 103 471 36 31
Binary 1010011 101101 1001011 0 101110 1010 1000011 100111001 11110 11001

Color Harmonies of #532D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D4B

Black with #532D4B

Text Example


Text Example

White with #532D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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