Html Css Color HEX #531844 Loulou

📋 copy color: '#531844'

red 83 ◦ green 24 ◦ blue 68

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

Shades of Loulou #531844

Tints of Loulou #531844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 47.43%
G = 13.71%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#531844 (or 0x531844) is known color: Loulou. HEX triplet: 53, 18 and 44. RGB value is (83,24,68). Sum of RGB (Red+Green+Blue) = 83+24+68=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531844 is #ACE7BB. Grayscale: #2E2E2E. Windows color (decimal): -11331516 or 4462675. OLE color: 4462675.

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

Color convert

RGB 83 24 68 -
CMYK 0 0.71 0.18 0.67
HSL 315.25º 0.55% 0.21% -
HSV(B) 315.25º 0.71% 0.33% -
XYZ 4.94 2.91 5.77 -
YUV 46.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 83 24 68 0 0.71 0.18 0.67 315.25 0.55 0.21
Hex 53 18 44 0 47 12 43 13B 37 15
Octal 123 30 104 0 107 22 103 473 67 25
Binary 1010011 11000 1000100 0 1000111 10010 1000011 100111011 110111 10101

Color Harmonies of #531844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531844

Black with #531844

Text Example


Text Example

White with #531844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531844; }

 p { color: rgb(83,24,68); }

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

background-color css

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

 a { background-color: rgb(83,24,68); }

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

border-color css

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

 span { border-color: rgb(83,24,68); }

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