Html Css Color HEX #532F4B Loulou

📋 copy color: '#532F4B'

red 83 ◦ green 47 ◦ blue 75

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

Shades of Loulou #532F4B

Tints of Loulou #532F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

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

R = 40.49%
G = 22.93%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#532F4B (or 0x532F4B) is known color: Loulou. HEX triplet: 53, 2F and 4B. RGB value is (83,47,75). Sum of RGB (Red+Green+Blue) = 83+47+75=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F4B is #ACD0B4. Grayscale: #3C3C3C. Windows color (decimal): -11325621 or 4927315. OLE color: 4927315.

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

Color convert

RGB 83 47 75 -
CMYK 0 0.43 0.10 0.67
HSL 313.33º 0.28% 0.25% -
HSV(B) 313.33º 0.43% 0.33% -
XYZ 5.85 4.38 7.19 -
YUV 60.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 83 47 75 0 0.43 0.10 0.67 313.33 0.28 0.25
Hex 53 2F 4B 0 2B A 43 139 1C 19
Octal 123 57 113 0 53 12 103 471 34 31
Binary 1010011 101111 1001011 0 101011 1010 1000011 100111001 11100 11001

Color Harmonies of #532F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F4B

Black with #532F4B

Text Example


Text Example

White with #532F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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