Html Css Color HEX #532743 Loulou

📋 copy color: '#532743'

red 83 ◦ green 39 ◦ blue 67

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

Shades of Loulou #532743

Tints of Loulou #532743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 43.92%
G = 20.63%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532743 (or 0x532743) is known color: Loulou. HEX triplet: 53, 27 and 43. RGB value is (83,39,67). Sum of RGB (Red+Green+Blue) = 83+39+67=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532743 is #ACD8BC. Grayscale: #373737. Windows color (decimal): -11327677 or 4400979. OLE color: 4400979.

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

Color convert

RGB 83 39 67 -
CMYK 0 0.53 0.19 0.67
HSL 321.82º 0.36% 0.24% -
HSV(B) 321.82º 0.53% 0.33% -
XYZ 5.31 3.7 5.74 -
YUV 55.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 83 39 67 0 0.53 0.19 0.67 321.82 0.36 0.24
Hex 53 27 43 0 35 13 43 142 24 18
Octal 123 47 103 0 65 23 103 502 44 30
Binary 1010011 100111 1000011 0 110101 10011 1000011 101000010 100100 11000

Color Harmonies of #532743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532743

Black with #532743

Text Example


Text Example

White with #532743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532743; }

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

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

background-color css

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

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

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

border-color css

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

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

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