Html Css Color HEX #552343 Loulou

📋 copy color: '#552343'

red 85 ◦ green 35 ◦ blue 67

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

Shades of Loulou #552343

Tints of Loulou #552343

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

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

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 45.45%
G = 18.72%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#552343 (or 0x552343) is known color: Loulou. HEX triplet: 55, 23 and 43. RGB value is (85,35,67). Sum of RGB (Red+Green+Blue) = 85+35+67=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552343 is #AADCBC. Grayscale: #353535. Windows color (decimal): -11197629 or 4399957. OLE color: 4399957.

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

Color convert

RGB 85 35 67 -
CMYK 0 0.59 0.21 0.67
HSL 321.6º 0.42% 0.24% -
HSV(B) 321.6º 0.59% 0.33% -
XYZ 5.36 3.54 5.71 -
YUV 53.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 85 35 67 0 0.59 0.21 0.67 321.6 0.42 0.24
Hex 55 23 43 0 3B 15 43 142 2A 18
Octal 125 43 103 0 73 25 103 502 52 30
Binary 1010101 100011 1000011 0 111011 10101 1000011 101000010 101010 11000

Color Harmonies of #552343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552343

Black with #552343

Text Example


Text Example

White with #552343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552343; }

 p { color: rgb(85,35,67); }

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

background-color css

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

 a { background-color: rgb(85,35,67); }

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

border-color css

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

 span { border-color: rgb(85,35,67); }

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