Html Css Color HEX #532143 Loulou

📋 copy color: '#532143'

red 83 ◦ green 33 ◦ blue 67

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

Shades of Loulou #532143

Tints of Loulou #532143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 45.36%
G = 18.03%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532143 (or 0x532143) is known color: Loulou. HEX triplet: 53, 21 and 43. RGB value is (83,33,67). Sum of RGB (Red+Green+Blue) = 83+33+67=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532143 is #ACDEBC. Grayscale: #333333. Windows color (decimal): -11329213 or 4399443. OLE color: 4399443.

HSL color Cylindrical-coordinate representation of color #532143: hue angle of 319.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532143 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 67 -
CMYK 0 0.60 0.19 0.67
HSL 319.2º 0.43% 0.23% -
HSV(B) 319.2º 0.6% 0.33% -
XYZ 5.12 3.33 5.68 -
YUV 51.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 83 33 67 0 0.60 0.19 0.67 319.2 0.43 0.23
Hex 53 21 43 0 3C 13 43 13F 2B 17
Octal 123 41 103 0 74 23 103 477 53 27
Binary 1010011 100001 1000011 0 111100 10011 1000011 100111111 101011 10111

Color Harmonies of #532143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532143

Black with #532143

Text Example


Text Example

White with #532143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532143; }

 p { color: rgb(83,33,67); }

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

background-color css

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

 a { background-color: rgb(83,33,67); }

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

border-color css

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

 span { border-color: rgb(83,33,67); }

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