Html Css Color HEX #53234A Loulou

📋 copy color: '#53234A'

red 83 ◦ green 35 ◦ blue 74

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

Shades of Loulou #53234A

Tints of Loulou #53234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 43.23%
G = 18.23%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53234A (or 0x53234A) is known color: Loulou. HEX triplet: 53, 23 and 4A. RGB value is (83,35,74). Sum of RGB (Red+Green+Blue) = 83+35+74=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53234A is #ACDCB5. Grayscale: #353535. Windows color (decimal): -11328694 or 4858707. OLE color: 4858707.

HSL color Cylindrical-coordinate representation of color #53234A: hue angle of 311.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53234A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 74 -
CMYK 0 0.58 0.11 0.67
HSL 311.25º 0.41% 0.23% -
HSV(B) 311.25º 0.58% 0.33% -
XYZ 5.4 3.54 6.88 -
YUV 53.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 83 35 74 0 0.58 0.11 0.67 311.25 0.41 0.23
Hex 53 23 4A 0 3A B 43 137 29 17
Octal 123 43 112 0 72 13 103 467 51 27
Binary 1010011 100011 1001010 0 111010 1011 1000011 100110111 101001 10111

Color Harmonies of #53234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53234A

Black with #53234A

Text Example


Text Example

White with #53234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53234A; }

 p { color: rgb(83,35,74); }

 H1.HeaderClassName
 {
   color: #53234A;
 }
 .AnyTagClassName
 {
   color: #53234A;
 }
</style>

background-color css

<style>
 a { background-color: #53234A; }

 a { background-color: rgb(83,35,74); }

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

border-color css

<style>
 span { border-color: #53234A; }

 span { border-color: rgb(83,35,74); }

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