Html Css Color HEX #53124B Loulou

📋 copy color: '#53124B'

red 83 ◦ green 18 ◦ blue 75

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

Shades of Loulou #53124B

Tints of Loulou #53124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 47.16%
G = 10.23%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53124B (or 0x53124B) is known color: Loulou. HEX triplet: 53, 12 and 4B. RGB value is (83,18,75). Sum of RGB (Red+Green+Blue) = 83+18+75=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53124B is #ACEDB4. Grayscale: #2B2B2B. Windows color (decimal): -11333045 or 4919891. OLE color: 4919891.

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

Color convert

RGB 83 18 75 -
CMYK 0 0.78 0.10 0.67
HSL 307.38º 0.64% 0.2% -
HSV(B) 307.38º 0.78% 0.33% -
XYZ 5.05 2.78 6.93 -
YUV 43.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 83 18 75 0 0.78 0.10 0.67 307.38 0.64 0.2
Hex 53 12 4B 0 4E A 43 133 40 14
Octal 123 22 113 0 116 12 103 463 100 24
Binary 1010011 10010 1001011 0 1001110 1010 1000011 100110011 1000000 10100

Color Harmonies of #53124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53124B

Black with #53124B

Text Example


Text Example

White with #53124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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