Html Css Color HEX #53234C Loulou

📋 copy color: '#53234C'

red 83 ◦ green 35 ◦ blue 76

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

Shades of Loulou #53234C

Tints of Loulou #53234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 42.78%
G = 18.04%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53234C (or 0x53234C) is known color: Loulou. HEX triplet: 53, 23 and 4C. RGB value is (83,35,76). Sum of RGB (Red+Green+Blue) = 83+35+76=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53234C is #ACDCB3. Grayscale: #353535. Windows color (decimal): -11328692 or 4989779. OLE color: 4989779.

HSL color Cylindrical-coordinate representation of color #53234C: hue angle of 308.75º 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 #53234C is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 76 -
CMYK 0 0.58 0.08 0.67
HSL 308.75º 0.41% 0.23% -
HSV(B) 308.75º 0.58% 0.33% -
XYZ 5.47 3.56 7.24 -
YUV 54.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 83 35 76 0 0.58 0.08 0.67 308.75 0.41 0.23
Hex 53 23 4C 0 3A 8 43 135 29 17
Octal 123 43 114 0 72 10 103 465 51 27
Binary 1010011 100011 1001100 0 111010 1000 1000011 100110101 101001 10111

Color Harmonies of #53234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53234C

Black with #53234C

Text Example


Text Example

White with #53234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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