#53234F

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

Shades of Loulou #53234F

Tints of Loulou #53234F

Color information

#53234F (or 0x53234F) is unknown color: approx Loulou. HEX triplet: 53, 23 and 4F. RGB value is (83,35,79). Sum of RGB (Red+Green+Blue) = 83+35+79=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53234F is #ACDCB0. Grayscale: #363636. Windows color (decimal): -11328689 or 5186387. OLE color: 5186387.

HSL color Cylindrical-coordinate representation of color #53234F: hue angle of 305º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53234F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB833579-
CMYK00.580.050.67
HSL305º40.68%23.14%-
HSV(B)305º57.83%32.55%-
XYZ5.583.617.8-
YUV54.37141.9148.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=42.13%
G=17.77%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83357900.580.050.6730540.6823.14
Hex53234F03A5431312917
Octal1234311707251034615127
Binary101001110001110011110111010101100001110011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53234F; }

 p { color: rgb(83,35,79); }

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

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

 a { background-color: rgb(83,35,79); }

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

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

 span { border-color: rgb(83,35,79); }

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