Html Css Color HEX #53154B Loulou

📋 copy color: '#53154B'

red 83 ◦ green 21 ◦ blue 75

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

Shades of Loulou #53154B

Tints of Loulou #53154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 46.37%
G = 11.73%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53154B (or 0x53154B) is known color: Loulou. HEX triplet: 53, 15 and 4B. RGB value is (83,21,75). Sum of RGB (Red+Green+Blue) = 83+21+75=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53154B is #ACEAB4. Grayscale: #2D2D2D. Windows color (decimal): -11332277 or 4920659. OLE color: 4920659.

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

Color convert

RGB 83 21 75 -
CMYK 0 0.75 0.10 0.67
HSL 307.74º 0.6% 0.2% -
HSV(B) 307.74º 0.75% 0.33% -
XYZ 5.11 2.88 6.94 -
YUV 45.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 83 21 75 0 0.75 0.10 0.67 307.74 0.6 0.2
Hex 53 15 4B 0 4B A 43 134 3C 14
Octal 123 25 113 0 113 12 103 464 74 24
Binary 1010011 10101 1001011 0 1001011 1010 1000011 100110100 111100 10100

Color Harmonies of #53154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53154B

Black with #53154B

Text Example


Text Example

White with #53154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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