Html Css Color HEX #521842 Loulou

📋 copy color: '#521842'

red 82 ◦ green 24 ◦ blue 66

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

Shades of Loulou #521842

Tints of Loulou #521842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 47.67%
G = 13.95%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521842 (or 0x521842) is known color: Loulou. HEX triplet: 52, 18 and 42. RGB value is (82,24,66). Sum of RGB (Red+Green+Blue) = 82+24+66=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521842 is #ADE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11397054 or 4331602. OLE color: 4331602.

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

Color convert

RGB 82 24 66 -
CMYK 0 0.71 0.20 0.68
HSL 316.55º 0.55% 0.21% -
HSV(B) 316.55º 0.71% 0.32% -
XYZ 4.79 2.84 5.45 -
YUV 46.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 82 24 66 0 0.71 0.20 0.68 316.55 0.55 0.21
Hex 52 18 42 0 47 14 44 13D 37 15
Octal 122 30 102 0 107 24 104 475 67 25
Binary 1010010 11000 1000010 0 1000111 10100 1000100 100111101 110111 10101

Color Harmonies of #521842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521842

Black with #521842

Text Example


Text Example

White with #521842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521842; }

 p { color: rgb(82,24,66); }

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

background-color css

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

 a { background-color: rgb(82,24,66); }

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

border-color css

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

 span { border-color: rgb(82,24,66); }

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