Html Css Color HEX #531F42 Loulou

📋 copy color: '#531F42'

red 83 ◦ green 31 ◦ blue 66

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

Shades of Loulou #531F42

Tints of Loulou #531F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 46.11%
G = 17.22%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#531F42 (or 0x531F42) is known color: Loulou. HEX triplet: 53, 1F and 42. RGB value is (83,31,66). Sum of RGB (Red+Green+Blue) = 83+31+66=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F42 is #ACE0BD. Grayscale: #323232. Windows color (decimal): -11329726 or 4333395. OLE color: 4333395.

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

Color convert

RGB 83 31 66 -
CMYK 0 0.63 0.20 0.67
HSL 319.62º 0.46% 0.22% -
HSV(B) 319.62º 0.63% 0.33% -
XYZ 5.04 3.21 5.51 -
YUV 50.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 83 31 66 0 0.63 0.20 0.67 319.62 0.46 0.22
Hex 53 1F 42 0 3F 14 43 140 2E 16
Octal 123 37 102 0 77 24 103 500 56 26
Binary 1010011 11111 1000010 0 111111 10100 1000011 101000000 101110 10110

Color Harmonies of #531F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F42

Black with #531F42

Text Example


Text Example

White with #531F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,31,66); }

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

background-color css

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

 a { background-color: rgb(83,31,66); }

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

border-color css

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

 span { border-color: rgb(83,31,66); }

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