Html Css Color HEX #53304B Loulou

📋 copy color: '#53304B'

red 83 ◦ green 48 ◦ blue 75

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

Shades of Loulou #53304B

Tints of Loulou #53304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 40.29%
G = 23.3%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53304B (or 0x53304B) is known color: Loulou. HEX triplet: 53, 30 and 4B. RGB value is (83,48,75). Sum of RGB (Red+Green+Blue) = 83+48+75=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #53304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53304B is #ACCFB4. Grayscale: #3D3D3D. Windows color (decimal): -11325365 or 4927571. OLE color: 4927571.

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

Color convert

RGB 83 48 75 -
CMYK 0 0.42 0.10 0.67
HSL 313.71º 0.27% 0.26% -
HSV(B) 313.71º 0.42% 0.33% -
XYZ 5.89 4.46 7.21 -
YUV 61.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 83 48 75 0 0.42 0.10 0.67 313.71 0.27 0.26
Hex 53 30 4B 0 2A A 43 13A 1B 1A
Octal 123 60 113 0 52 12 103 472 33 32
Binary 1010011 110000 1001011 0 101010 1010 1000011 100111010 11011 11010

Color Harmonies of #53304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53304B

Black with #53304B

Text Example


Text Example

White with #53304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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