Html Css Color HEX #53134B Loulou

📋 copy color: '#53134B'

red 83 ◦ green 19 ◦ blue 75

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

Shades of Loulou #53134B

Tints of Loulou #53134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 46.89%
G = 10.73%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53134B (or 0x53134B) is known color: Loulou. HEX triplet: 53, 13 and 4B. RGB value is (83,19,75). Sum of RGB (Red+Green+Blue) = 83+19+75=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53134B is #ACECB4. Grayscale: #2C2C2C. Windows color (decimal): -11332789 or 4920147. OLE color: 4920147.

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

Color convert

RGB 83 19 75 -
CMYK 0 0.77 0.10 0.67
HSL 307.5º 0.63% 0.2% -
HSV(B) 307.5º 0.77% 0.33% -
XYZ 5.07 2.81 6.93 -
YUV 44.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 83 19 75 0 0.77 0.10 0.67 307.5 0.63 0.2
Hex 53 13 4B 0 4D A 43 134 3F 14
Octal 123 23 113 0 115 12 103 464 77 24
Binary 1010011 10011 1001011 0 1001101 1010 1000011 100110100 111111 10100

Color Harmonies of #53134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53134B

Black with #53134B

Text Example


Text Example

White with #53134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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