Html Css Color HEX #531C43 Loulou

📋 copy color: '#531C43'

red 83 ◦ green 28 ◦ blue 67

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

Shades of Loulou #531C43

Tints of Loulou #531C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 46.63%
G = 15.73%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#531C43 (or 0x531C43) is known color: Loulou. HEX triplet: 53, 1C and 43. RGB value is (83,28,67). Sum of RGB (Red+Green+Blue) = 83+28+67=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C43 is #ACE3BC. Grayscale: #303030. Windows color (decimal): -11330493 or 4398163. OLE color: 4398163.

HSL color Cylindrical-coordinate representation of color #531C43: hue angle of 317.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C43 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 67 -
CMYK 0 0.66 0.19 0.67
HSL 317.45º 0.5% 0.22% -
HSV(B) 317.45º 0.66% 0.33% -
XYZ 5 3.07 5.64 -
YUV 48.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 83 28 67 0 0.66 0.19 0.67 317.45 0.5 0.22
Hex 53 1C 43 0 42 13 43 13D 32 16
Octal 123 34 103 0 102 23 103 475 62 26
Binary 1010011 11100 1000011 0 1000010 10011 1000011 100111101 110010 10110

Color Harmonies of #531C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C43

Black with #531C43

Text Example


Text Example

White with #531C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C43; }

 p { color: rgb(83,28,67); }

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

background-color css

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

 a { background-color: rgb(83,28,67); }

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

border-color css

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

 span { border-color: rgb(83,28,67); }

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