Html Css Color HEX #613150 Loulou

📋 copy color: '#613150'

red 97 ◦ green 49 ◦ blue 80

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

Shades of Loulou #613150

Tints of Loulou #613150

RGB

 RED value IS 97 (38.28% from 255) = 42.92%

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 42.92%
G = 21.68%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613150 (or 0x613150) is known color: Loulou. HEX triplet: 61, 31 and 50. RGB value is (97,49,80). Sum of RGB (Red+Green+Blue) = 97+49+80=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613150 is #9ECEAF. Grayscale: #424242. Windows color (decimal): -10407600 or 5255521. OLE color: 5255521.

HSL color Cylindrical-coordinate representation of color #613150: hue angle of 321.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613150 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 80 -
CMYK 0 0.49 0.18 0.62
HSL 321.25º 0.33% 0.29% -
HSV(B) 321.25º 0.49% 0.38% -
XYZ 7.48 5.32 8.22 -
YUV 66.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 97 49 80 0 0.49 0.18 0.62 321.25 0.33 0.29
Hex 61 31 50 0 31 12 3E 141 21 1D
Octal 141 61 120 0 61 22 76 501 41 35
Binary 1100001 110001 1010000 0 110001 10010 111110 101000001 100001 11101

Color Harmonies of #613150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613150

Black with #613150

Text Example


Text Example

White with #613150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613150; }

 p { color: rgb(97,49,80); }

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

background-color css

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

 a { background-color: rgb(97,49,80); }

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

border-color css

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

 span { border-color: rgb(97,49,80); }

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