Html Css Color HEX #532E4B Loulou

📋 copy color: '#532E4B'

red 83 ◦ green 46 ◦ blue 75

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

Shades of Loulou #532E4B

Tints of Loulou #532E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

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

R = 40.69%
G = 22.55%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#532E4B (or 0x532E4B) is known color: Loulou. HEX triplet: 53, 2E and 4B. RGB value is (83,46,75). Sum of RGB (Red+Green+Blue) = 83+46+75=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E4B is #ACD1B4. Grayscale: #3C3C3C. Windows color (decimal): -11325877 or 4927059. OLE color: 4927059.

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

Color convert

RGB 83 46 75 -
CMYK 0 0.45 0.10 0.67
HSL 312.97º 0.29% 0.25% -
HSV(B) 312.97º 0.45% 0.33% -
XYZ 5.81 4.3 7.18 -
YUV 60.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 83 46 75 0 0.45 0.10 0.67 312.97 0.29 0.25
Hex 53 2E 4B 0 2D A 43 139 1D 19
Octal 123 56 113 0 55 12 103 471 35 31
Binary 1010011 101110 1001011 0 101101 1010 1000011 100111001 11101 11001

Color Harmonies of #532E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E4B

Black with #532E4B

Text Example


Text Example

White with #532E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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