Html Css Color HEX #532643 Loulou

📋 copy color: '#532643'

red 83 ◦ green 38 ◦ blue 67

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

Shades of Loulou #532643

Tints of Loulou #532643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

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

R = 44.15%
G = 20.21%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532643 (or 0x532643) is known color: Loulou. HEX triplet: 53, 26 and 43. RGB value is (83,38,67). Sum of RGB (Red+Green+Blue) = 83+38+67=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532643 is #ACD9BC. Grayscale: #363636. Windows color (decimal): -11327933 or 4400723. OLE color: 4400723.

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

Color convert

RGB 83 38 67 -
CMYK 0 0.54 0.19 0.67
HSL 321.33º 0.37% 0.24% -
HSV(B) 321.33º 0.54% 0.33% -
XYZ 5.27 3.63 5.73 -
YUV 54.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 83 38 67 0 0.54 0.19 0.67 321.33 0.37 0.24
Hex 53 26 43 0 36 13 43 141 25 18
Octal 123 46 103 0 66 23 103 501 45 30
Binary 1010011 100110 1000011 0 110110 10011 1000011 101000001 100101 11000

Color Harmonies of #532643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532643

Black with #532643

Text Example


Text Example

White with #532643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532643; }

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

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

background-color css

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

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

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

border-color css

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

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

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