Html Css Color HEX #532848 Loulou

📋 copy color: '#532848'

red 83 ◦ green 40 ◦ blue 72

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

Shades of Loulou #532848

Tints of Loulou #532848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 42.56%
G = 20.51%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532848 (or 0x532848) is known color: Loulou. HEX triplet: 53, 28 and 48. RGB value is (83,40,72). Sum of RGB (Red+Green+Blue) = 83+40+72=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532848 is #ACD7B7. Grayscale: #383838. Windows color (decimal): -11327416 or 4728915. OLE color: 4728915.

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

Color convert

RGB 83 40 72 -
CMYK 0 0.52 0.13 0.67
HSL 315.35º 0.35% 0.24% -
HSV(B) 315.35º 0.52% 0.33% -
XYZ 5.5 3.82 6.58 -
YUV 56.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 83 40 72 0 0.52 0.13 0.67 315.35 0.35 0.24
Hex 53 28 48 0 34 D 43 13B 23 18
Octal 123 50 110 0 64 15 103 473 43 30
Binary 1010011 101000 1001000 0 110100 1101 1000011 100111011 100011 11000

Color Harmonies of #532848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532848

Black with #532848

Text Example


Text Example

White with #532848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532848; }

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

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

background-color css

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

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

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

border-color css

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

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

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