Html Css Color HEX #532141 Loulou

📋 copy color: '#532141'

red 83 ◦ green 33 ◦ blue 65

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

Shades of Loulou #532141

Tints of Loulou #532141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 45.86%
G = 18.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532141 (or 0x532141) is known color: Loulou. HEX triplet: 53, 21 and 41. RGB value is (83,33,65). Sum of RGB (Red+Green+Blue) = 83+33+65=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532141 is #ACDEBE. Grayscale: #333333. Windows color (decimal): -11329215 or 4268371. OLE color: 4268371.

HSL color Cylindrical-coordinate representation of color #532141: hue angle of 321.6º 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 #532141 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 65 -
CMYK 0 0.60 0.22 0.67
HSL 321.6º 0.43% 0.23% -
HSV(B) 321.6º 0.6% 0.33% -
XYZ 5.07 3.31 5.37 -
YUV 51.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 83 33 65 0 0.60 0.22 0.67 321.6 0.43 0.23
Hex 53 21 41 0 3C 16 43 142 2B 17
Octal 123 41 101 0 74 26 103 502 53 27
Binary 1010011 100001 1000001 0 111100 10110 1000011 101000010 101011 10111

Color Harmonies of #532141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532141

Black with #532141

Text Example


Text Example

White with #532141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532141; }

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

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

background-color css

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

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

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

border-color css

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

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

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