Html Css Color HEX #52254B Loulou

📋 copy color: '#52254B'

red 82 ◦ green 37 ◦ blue 75

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

Shades of Loulou #52254B

Tints of Loulou #52254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 42.27%
G = 19.07%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52254B (or 0x52254B) is known color: Loulou. HEX triplet: 52, 25 and 4B. RGB value is (82,37,75). Sum of RGB (Red+Green+Blue) = 82+37+75=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52254B is #ADDAB4. Grayscale: #363636. Windows color (decimal): -11393717 or 4924754. OLE color: 4924754.

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

Color convert

RGB 82 37 75 -
CMYK 0 0.55 0.09 0.68
HSL 309.33º 0.38% 0.23% -
HSV(B) 309.33º 0.55% 0.32% -
XYZ 5.41 3.62 7.07 -
YUV 54.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 82 37 75 0 0.55 0.09 0.68 309.33 0.38 0.23
Hex 52 25 4B 0 37 9 44 135 26 17
Octal 122 45 113 0 67 11 104 465 46 27
Binary 1010010 100101 1001011 0 110111 1001 1000100 100110101 100110 10111

Color Harmonies of #52254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52254B

Black with #52254B

Text Example


Text Example

White with #52254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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