Html Css Color HEX #531445 Loulou

📋 copy color: '#531445'

red 83 ◦ green 20 ◦ blue 69

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

Shades of Loulou #531445

Tints of Loulou #531445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 48.26%
G = 11.63%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#531445 (or 0x531445) is known color: Loulou. HEX triplet: 53, 14 and 45. RGB value is (83,20,69). Sum of RGB (Red+Green+Blue) = 83+20+69=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531445 is #ACEBBA. Grayscale: #2C2C2C. Windows color (decimal): -11332539 or 4527187. OLE color: 4527187.

HSL color Cylindrical-coordinate representation of color #531445: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531445 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 69 -
CMYK 0 0.76 0.17 0.67
HSL 313.33º 0.61% 0.2% -
HSV(B) 313.33º 0.76% 0.33% -
XYZ 4.89 2.77 5.91 -
YUV 44.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 83 20 69 0 0.76 0.17 0.67 313.33 0.61 0.2
Hex 53 14 45 0 4C 11 43 139 3D 14
Octal 123 24 105 0 114 21 103 471 75 24
Binary 1010011 10100 1000101 0 1001100 10001 1000011 100111001 111101 10100

Color Harmonies of #531445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531445

Black with #531445

Text Example


Text Example

White with #531445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531445; }

 p { color: rgb(83,20,69); }

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

background-color css

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

 a { background-color: rgb(83,20,69); }

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

border-color css

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

 span { border-color: rgb(83,20,69); }

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