Html Css Color HEX #531846 Loulou

📋 copy color: '#531846'

red 83 ◦ green 24 ◦ blue 70

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

Shades of Loulou #531846

Tints of Loulou #531846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 46.89%
G = 13.56%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531846 (or 0x531846) is known color: Loulou. HEX triplet: 53, 18 and 46. RGB value is (83,24,70). Sum of RGB (Red+Green+Blue) = 83+24+70=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531846 is #ACE7B9. Grayscale: #2E2E2E. Windows color (decimal): -11331514 or 4593747. OLE color: 4593747.

HSL color Cylindrical-coordinate representation of color #531846: hue angle of 313.22º 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 #531846 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 70 -
CMYK 0 0.71 0.16 0.67
HSL 313.22º 0.55% 0.21% -
HSV(B) 313.22º 0.71% 0.33% -
XYZ 5 2.93 6.1 -
YUV 46.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 83 24 70 0 0.71 0.16 0.67 313.22 0.55 0.21
Hex 53 18 46 0 47 10 43 139 37 15
Octal 123 30 106 0 107 20 103 471 67 25
Binary 1010011 11000 1000110 0 1000111 10000 1000011 100111001 110111 10101

Color Harmonies of #531846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531846

Black with #531846

Text Example


Text Example

White with #531846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531846; }

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

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

background-color css

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

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

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

border-color css

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

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

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