Html Css Color HEX #53224B Loulou

📋 copy color: '#53224B'

red 83 ◦ green 34 ◦ blue 75

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

Shades of Loulou #53224B

Tints of Loulou #53224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 43.23%
G = 17.71%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53224B (or 0x53224B) is known color: Loulou. HEX triplet: 53, 22 and 4B. RGB value is (83,34,75). Sum of RGB (Red+Green+Blue) = 83+34+75=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53224B is #ACDDB4. Grayscale: #353535. Windows color (decimal): -11328949 or 4923987. OLE color: 4923987.

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

Color convert

RGB 83 34 75 -
CMYK 0 0.59 0.10 0.67
HSL 309.8º 0.42% 0.23% -
HSV(B) 309.8º 0.59% 0.33% -
XYZ 5.41 3.49 7.05 -
YUV 53.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 83 34 75 0 0.59 0.10 0.67 309.8 0.42 0.23
Hex 53 22 4B 0 3B A 43 136 2A 17
Octal 123 42 113 0 73 12 103 466 52 27
Binary 1010011 100010 1001011 0 111011 1010 1000011 100110110 101010 10111

Color Harmonies of #53224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53224B

Black with #53224B

Text Example


Text Example

White with #53224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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