Html Css Color HEX #53184B Loulou

📋 copy color: '#53184B'

red 83 ◦ green 24 ◦ blue 75

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

Shades of Loulou #53184B

Tints of Loulou #53184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 45.6%
G = 13.19%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53184B (or 0x53184B) is known color: Loulou. HEX triplet: 53, 18 and 4B. RGB value is (83,24,75). Sum of RGB (Red+Green+Blue) = 83+24+75=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53184B is #ACE7B4. Grayscale: #2F2F2F. Windows color (decimal): -11331509 or 4921427. OLE color: 4921427.

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

Color convert

RGB 83 24 75 -
CMYK 0 0.71 0.10 0.67
HSL 308.14º 0.55% 0.21% -
HSV(B) 308.14º 0.71% 0.33% -
XYZ 5.16 3 6.96 -
YUV 47.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 83 24 75 0 0.71 0.10 0.67 308.14 0.55 0.21
Hex 53 18 4B 0 47 A 43 134 37 15
Octal 123 30 113 0 107 12 103 464 67 25
Binary 1010011 11000 1001011 0 1000111 1010 1000011 100110100 110111 10101

Color Harmonies of #53184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53184B

Black with #53184B

Text Example


Text Example

White with #53184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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