Html Css Color HEX #572B4A Loulou

📋 copy color: '#572B4A'

red 87 ◦ green 43 ◦ blue 74

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

Shades of Loulou #572B4A

Tints of Loulou #572B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 42.65%
G = 21.08%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#572B4A (or 0x572B4A) is known color: Loulou. HEX triplet: 57, 2B and 4A. RGB value is (87,43,74). Sum of RGB (Red+Green+Blue) = 87+43+74=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #572B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B4A is #A8D4B5. Grayscale: #3B3B3B. Windows color (decimal): -11064502 or 4860759. OLE color: 4860759.

HSL color Cylindrical-coordinate representation of color #572B4A: hue angle of 317.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #572B4A is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 43 74 -
CMYK 0 0.51 0.15 0.66
HSL 317.73º 0.34% 0.25% -
HSV(B) 317.73º 0.51% 0.34% -
XYZ 6.03 4.25 6.98 -
YUV 59.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 87 43 74 0 0.51 0.15 0.66 317.73 0.34 0.25
Hex 57 2B 4A 0 33 F 42 13E 22 19
Octal 127 53 112 0 63 17 102 476 42 31
Binary 1010111 101011 1001010 0 110011 1111 1000010 100111110 100010 11001

Color Harmonies of #572B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B4A

Black with #572B4A

Text Example


Text Example

White with #572B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572B4A; }

 p { color: rgb(87,43,74); }

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

background-color css

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

 a { background-color: rgb(87,43,74); }

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

border-color css

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

 span { border-color: rgb(87,43,74); }

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