Html Css Color HEX #532C4B Loulou

📋 copy color: '#532C4B'

red 83 ◦ green 44 ◦ blue 75

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

Shades of Loulou #532C4B

Tints of Loulou #532C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

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

R = 41.09%
G = 21.78%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#532C4B (or 0x532C4B) is known color: Loulou. HEX triplet: 53, 2C and 4B. RGB value is (83,44,75). Sum of RGB (Red+Green+Blue) = 83+44+75=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4B is #ACD3B4. Grayscale: #3B3B3B. Windows color (decimal): -11326389 or 4926547. OLE color: 4926547.

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

Color convert

RGB 83 44 75 -
CMYK 0 0.47 0.10 0.67
HSL 312.31º 0.31% 0.25% -
HSV(B) 312.31º 0.47% 0.33% -
XYZ 5.74 4.15 7.15 -
YUV 59.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 83 44 75 0 0.47 0.10 0.67 312.31 0.31 0.25
Hex 53 2C 4B 0 2F A 43 138 1F 19
Octal 123 54 113 0 57 12 103 470 37 31
Binary 1010011 101100 1001011 0 101111 1010 1000011 100111000 11111 11001

Color Harmonies of #532C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C4B

Black with #532C4B

Text Example


Text Example

White with #532C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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