Html Css Color HEX #52284B Loulou

📋 copy color: '#52284B'

red 82 ◦ green 40 ◦ blue 75

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

Shades of Loulou #52284B

Tints of Loulou #52284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 41.62%
G = 20.3%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52284B (or 0x52284B) is known color: Loulou. HEX triplet: 52, 28 and 4B. RGB value is (82,40,75). Sum of RGB (Red+Green+Blue) = 82+40+75=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52284B is #ADD7B4. Grayscale: #383838. Windows color (decimal): -11392949 or 4925522. OLE color: 4925522.

HSL color Cylindrical-coordinate representation of color #52284B: hue angle of 310º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52284B is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 40 75 -
CMYK 0 0.51 0.09 0.68
HSL 310º 0.34% 0.24% -
HSV(B) 310º 0.51% 0.32% -
XYZ 5.51 3.82 7.1 -
YUV 56.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 82 40 75 0 0.51 0.09 0.68 310 0.34 0.24
Hex 52 28 4B 0 33 9 44 136 22 18
Octal 122 50 113 0 63 11 104 466 42 30
Binary 1010010 101000 1001011 0 110011 1001 1000100 100110110 100010 11000

Color Harmonies of #52284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52284B

Black with #52284B

Text Example


Text Example

White with #52284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52284B; }

 p { color: rgb(82,40,75); }

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

background-color css

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

 a { background-color: rgb(82,40,75); }

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

border-color css

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

 span { border-color: rgb(82,40,75); }

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