Html Css Color HEX #521743 Loulou

📋 copy color: '#521743'

red 82 ◦ green 23 ◦ blue 67

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

Shades of Loulou #521743

Tints of Loulou #521743

RGB

 RED value IS 82 (32.42% from 255) = 47.67%

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 47.67%
G = 13.37%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#521743 (or 0x521743) is known color: Loulou. HEX triplet: 52, 17 and 43. RGB value is (82,23,67). Sum of RGB (Red+Green+Blue) = 82+23+67=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521743 is #ADE8BC. Grayscale: #2D2D2D. Windows color (decimal): -11397309 or 4396882. OLE color: 4396882.

HSL color Cylindrical-coordinate representation of color #521743: hue angle of 315.25º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521743 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 67 -
CMYK 0 0.72 0.18 0.68
HSL 315.25º 0.56% 0.21% -
HSV(B) 315.25º 0.72% 0.32% -
XYZ 4.8 2.81 5.6 -
YUV 45.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 82 23 67 0 0.72 0.18 0.68 315.25 0.56 0.21
Hex 52 17 43 0 48 12 44 13B 38 15
Octal 122 27 103 0 110 22 104 473 70 25
Binary 1010010 10111 1000011 0 1001000 10010 1000100 100111011 111000 10101

Color Harmonies of #521743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521743

Black with #521743

Text Example


Text Example

White with #521743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521743; }

 p { color: rgb(82,23,67); }

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

background-color css

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

 a { background-color: rgb(82,23,67); }

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

border-color css

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

 span { border-color: rgb(82,23,67); }

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