Html Css Color HEX #532A4B Loulou

📋 copy color: '#532A4B'

red 83 ◦ green 42 ◦ blue 75

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

Shades of Loulou #532A4B

Tints of Loulou #532A4B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21%

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

R = 41.5%
G = 21%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#532A4B (or 0x532A4B) is known color: Loulou. HEX triplet: 53, 2A and 4B. RGB value is (83,42,75). Sum of RGB (Red+Green+Blue) = 83+42+75=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #532A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A4B is #ACD5B4. Grayscale: #393939. Windows color (decimal): -11326901 or 4926035. OLE color: 4926035.

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

Color convert

RGB 83 42 75 -
CMYK 0 0.49 0.10 0.67
HSL 311.71º 0.33% 0.25% -
HSV(B) 311.71º 0.49% 0.33% -
XYZ 5.67 4 7.13 -
YUV 58.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 83 42 75 0 0.49 0.10 0.67 311.71 0.33 0.25
Hex 53 2A 4B 0 31 A 43 138 21 19
Octal 123 52 113 0 61 12 103 470 41 31
Binary 1010011 101010 1001011 0 110001 1010 1000011 100111000 100001 11001

Color Harmonies of #532A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A4B

Black with #532A4B

Text Example


Text Example

White with #532A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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