Html Css Color HEX #572348 Loulou

📋 copy color: '#572348'

red 87 ◦ green 35 ◦ blue 72

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

Shades of Loulou #572348

Tints of Loulou #572348

RGB

 RED value IS 87 (34.38% from 255) = 44.85%

 GREEN value IS 35 (14.06% from 255) = 18.04%

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

R = 44.85%
G = 18.04%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#572348 (or 0x572348) is known color: Loulou. HEX triplet: 57, 23 and 48. RGB value is (87,35,72). Sum of RGB (Red+Green+Blue) = 87+35+72=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572348 is #A8DCB7. Grayscale: #363636. Windows color (decimal): -11066552 or 4727639. OLE color: 4727639.

HSL color Cylindrical-coordinate representation of color #572348: hue angle of 317.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572348 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 72 -
CMYK 0 0.60 0.17 0.66
HSL 317.31º 0.43% 0.24% -
HSV(B) 317.31º 0.6% 0.34% -
XYZ 5.7 3.7 6.54 -
YUV 54.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 87 35 72 0 0.60 0.17 0.66 317.31 0.43 0.24
Hex 57 23 48 0 3C 11 42 13D 2B 18
Octal 127 43 110 0 74 21 102 475 53 30
Binary 1010111 100011 1001000 0 111100 10001 1000010 100111101 101011 11000

Color Harmonies of #572348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572348

Black with #572348

Text Example


Text Example

White with #572348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572348; }

 p { color: rgb(87,35,72); }

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

background-color css

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

 a { background-color: rgb(87,35,72); }

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

border-color css

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

 span { border-color: rgb(87,35,72); }

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