Html Css Color HEX #53284B Loulou

📋 copy color: '#53284B'

red 83 ◦ green 40 ◦ blue 75

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

Shades of Loulou #53284B

Tints of Loulou #53284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 41.92%
G = 20.2%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53284B (or 0x53284B) is known color: Loulou. HEX triplet: 53, 28 and 4B. RGB value is (83,40,75). Sum of RGB (Red+Green+Blue) = 83+40+75=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53284B is #ACD7B4. Grayscale: #383838. Windows color (decimal): -11327413 or 4925523. OLE color: 4925523.

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

Color convert

RGB 83 40 75 -
CMYK 0 0.52 0.10 0.67
HSL 311.16º 0.35% 0.24% -
HSV(B) 311.16º 0.52% 0.33% -
XYZ 5.6 3.86 7.11 -
YUV 56.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 83 40 75 0 0.52 0.10 0.67 311.16 0.35 0.24
Hex 53 28 4B 0 34 A 43 137 23 18
Octal 123 50 113 0 64 12 103 467 43 30
Binary 1010011 101000 1001011 0 110100 1010 1000011 100110111 100011 11000

Color Harmonies of #53284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53284B

Black with #53284B

Text Example


Text Example

White with #53284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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