Html Css Color HEX #53274F Loulou

📋 copy color: '#53274F'

red 83 ◦ green 39 ◦ blue 79

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

Shades of Loulou #53274F

Tints of Loulou #53274F

RGB

 RED value IS 83 (32.81% from 255) = 41.29%

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 41.29%
G = 19.4%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53274F (or 0x53274F) is known color: Loulou. HEX triplet: 53, 27 and 4F. RGB value is (83,39,79). Sum of RGB (Red+Green+Blue) = 83+39+79=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53274F is #ACD8B0. Grayscale: #383838. Windows color (decimal): -11327665 or 5187411. OLE color: 5187411.

HSL color Cylindrical-coordinate representation of color #53274F: hue angle of 305.45º 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 #53274F is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 39 79 -
CMYK 0 0.53 0.05 0.67
HSL 305.45º 0.36% 0.24% -
HSV(B) 305.45º 0.53% 0.33% -
XYZ 5.7 3.85 7.84 -
YUV 56.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 83 39 79 0 0.53 0.05 0.67 305.45 0.36 0.24
Hex 53 27 4F 0 35 5 43 131 24 18
Octal 123 47 117 0 65 5 103 461 44 30
Binary 1010011 100111 1001111 0 110101 101 1000011 100110001 100100 11000

Color Harmonies of #53274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53274F

Black with #53274F

Text Example


Text Example

White with #53274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53274F;
 }
 .AnyTagClassName
 {
   color: #53274F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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