Html Css Color HEX #532846 Loulou

📋 copy color: '#532846'

red 83 ◦ green 40 ◦ blue 70

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

Shades of Loulou #532846

Tints of Loulou #532846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 43.01%
G = 20.73%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#532846 (or 0x532846) is known color: Loulou. HEX triplet: 53, 28 and 46. RGB value is (83,40,70). Sum of RGB (Red+Green+Blue) = 83+40+70=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532846 is #ACD7B9. Grayscale: #383838. Windows color (decimal): -11327418 or 4597843. OLE color: 4597843.

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

Color convert

RGB 83 40 70 -
CMYK 0 0.52 0.16 0.67
HSL 318.14º 0.35% 0.24% -
HSV(B) 318.14º 0.52% 0.33% -
XYZ 5.43 3.8 6.24 -
YUV 56.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 83 40 70 0 0.52 0.16 0.67 318.14 0.35 0.24
Hex 53 28 46 0 34 10 43 13E 23 18
Octal 123 50 106 0 64 20 103 476 43 30
Binary 1010011 101000 1000110 0 110100 10000 1000011 100111110 100011 11000

Color Harmonies of #532846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532846

Black with #532846

Text Example


Text Example

White with #532846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532846; }

 p { color: rgb(83,40,70); }

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

background-color css

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

 a { background-color: rgb(83,40,70); }

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

border-color css

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

 span { border-color: rgb(83,40,70); }

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