Html Css Color HEX #532943 Loulou

📋 copy color: '#532943'

red 83 ◦ green 41 ◦ blue 67

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

Shades of Loulou #532943

Tints of Loulou #532943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 43.46%
G = 21.47%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532943 (or 0x532943) is known color: Loulou. HEX triplet: 53, 29 and 43. RGB value is (83,41,67). Sum of RGB (Red+Green+Blue) = 83+41+67=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532943 is #ACD6BC. Grayscale: #383838. Windows color (decimal): -11327165 or 4401491. OLE color: 4401491.

HSL color Cylindrical-coordinate representation of color #532943: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532943 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 67 -
CMYK 0 0.51 0.19 0.67
HSL 322.86º 0.34% 0.24% -
HSV(B) 322.86º 0.51% 0.33% -
XYZ 5.37 3.83 5.77 -
YUV 56.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 83 41 67 0 0.51 0.19 0.67 322.86 0.34 0.24
Hex 53 29 43 0 33 13 43 143 22 18
Octal 123 51 103 0 63 23 103 503 42 30
Binary 1010011 101001 1000011 0 110011 10011 1000011 101000011 100010 11000

Color Harmonies of #532943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532943

Black with #532943

Text Example


Text Example

White with #532943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532943; }

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

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

background-color css

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

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

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

border-color css

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

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

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