Html Css Color HEX #531643 Loulou

📋 copy color: '#531643'

red 83 ◦ green 22 ◦ blue 67

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

Shades of Loulou #531643

Tints of Loulou #531643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 48.26%
G = 12.79%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#531643 (or 0x531643) is known color: Loulou. HEX triplet: 53, 16 and 43. RGB value is (83,22,67). Sum of RGB (Red+Green+Blue) = 83+22+67=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531643 is #ACE9BC. Grayscale: #2D2D2D. Windows color (decimal): -11332029 or 4396627. OLE color: 4396627.

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

Color convert

RGB 83 22 67 -
CMYK 0 0.73 0.19 0.67
HSL 315.74º 0.58% 0.21% -
HSV(B) 315.74º 0.73% 0.33% -
XYZ 4.87 2.82 5.6 -
YUV 45.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 83 22 67 0 0.73 0.19 0.67 315.74 0.58 0.21
Hex 53 16 43 0 49 13 43 13C 3A 15
Octal 123 26 103 0 111 23 103 474 72 25
Binary 1010011 10110 1000011 0 1001001 10011 1000011 100111100 111010 10101

Color Harmonies of #531643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531643

Black with #531643

Text Example


Text Example

White with #531643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531643; }

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

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

background-color css

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

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

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

border-color css

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

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

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