Html Css Color HEX #52314B Loulou

📋 copy color: '#52314B'

red 82 ◦ green 49 ◦ blue 75

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

Shades of Loulou #52314B

Tints of Loulou #52314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 39.81%
G = 23.79%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52314B (or 0x52314B) is known color: Loulou. HEX triplet: 52, 31 and 4B. RGB value is (82,49,75). Sum of RGB (Red+Green+Blue) = 82+49+75=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #52314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52314B is #ADCEB4. Grayscale: #3D3D3D. Windows color (decimal): -11390645 or 4927826. OLE color: 4927826.

HSL color Cylindrical-coordinate representation of color #52314B: hue angle of 312.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52314B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 75 -
CMYK 0 0.40 0.09 0.68
HSL 312.73º 0.25% 0.26% -
HSV(B) 312.73º 0.4% 0.32% -
XYZ 5.85 4.5 7.22 -
YUV 61.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 82 49 75 0 0.40 0.09 0.68 312.73 0.25 0.26
Hex 52 31 4B 0 28 9 44 139 19 1A
Octal 122 61 113 0 50 11 104 471 31 32
Binary 1010010 110001 1001011 0 101000 1001 1000100 100111001 11001 11010

Color Harmonies of #52314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52314B

Black with #52314B

Text Example


Text Example

White with #52314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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