#53274B

Color #53274B Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #53274B

Tints of Loulou #53274B

Color information

#53274B (or 0x53274B) is unknown color: approx Loulou. HEX triplet: 53, 27 and 4B. RGB value is (83,39,75). Sum of RGB (Red+Green+Blue) = 83+39+75=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53274B is #ACD8B4. Grayscale: #383838. Windows color (decimal): -11327669 or 4925267. OLE color: 4925267.

HSL color Cylindrical-coordinate representation of color #53274B: hue angle of 310.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53274B is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB833975-
CMYK00.530.100.67
HSL310.91º36.07%23.92%-
HSV(B)310.91º53.01%32.55%-
XYZ5.563.87.1-
YUV56.26138.58147.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=42.13%
G=19.80%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83397500.530.100.67310.9136.0723.92
Hex53274B035A431372418
Octal12347113065121034674430
Binary1010011100111100101101101011010100001110011011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,39,75); }

 H1.HeaderClassName
 {
   color: #53274B;
 }
 .AnyTagClassName
 {
   color: #53274B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,39,75); }

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

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

 span { border-color: rgb(83,39,75); }

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