Html Css Color HEX #531A4B Loulou

📋 copy color: '#531A4B'

red 83 ◦ green 26 ◦ blue 75

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

Shades of Loulou #531A4B

Tints of Loulou #531A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 45.11%
G = 14.13%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#531A4B (or 0x531A4B) is known color: Loulou. HEX triplet: 53, 1A and 4B. RGB value is (83,26,75). Sum of RGB (Red+Green+Blue) = 83+26+75=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A4B is #ACE5B4. Grayscale: #303030. Windows color (decimal): -11330997 or 4921939. OLE color: 4921939.

HSL color Cylindrical-coordinate representation of color #531A4B: hue angle of 308.42º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A4B is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 75 -
CMYK 0 0.69 0.10 0.67
HSL 308.42º 0.52% 0.21% -
HSV(B) 308.42º 0.69% 0.33% -
XYZ 5.21 3.09 6.98 -
YUV 48.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 83 26 75 0 0.69 0.10 0.67 308.42 0.52 0.21
Hex 53 1A 4B 0 45 A 43 134 34 15
Octal 123 32 113 0 105 12 103 464 64 25
Binary 1010011 11010 1001011 0 1000101 1010 1000011 100110100 110100 10101

Color Harmonies of #531A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A4B

Black with #531A4B

Text Example


Text Example

White with #531A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,75); }

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

background-color css

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

 a { background-color: rgb(83,26,75); }

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

border-color css

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

 span { border-color: rgb(83,26,75); }

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