Html Css Color HEX #51224B Loulou

📋 copy color: '#51224B'

red 81 ◦ green 34 ◦ blue 75

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

Shades of Loulou #51224B

Tints of Loulou #51224B

RGB

 RED value IS 81 (32.03% from 255) = 42.63%

 GREEN value IS 34 (13.67% from 255) = 17.89%

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

R = 42.63%
G = 17.89%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51224B (or 0x51224B) is known color: Loulou. HEX triplet: 51, 22 and 4B. RGB value is (81,34,75). Sum of RGB (Red+Green+Blue) = 81+34+75=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51224B is #AEDDB4. Grayscale: #343434. Windows color (decimal): -11460021 or 4923985. OLE color: 4923985.

HSL color Cylindrical-coordinate representation of color #51224B: hue angle of 307.66º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51224B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 75 -
CMYK 0 0.58 0.07 0.68
HSL 307.66º 0.41% 0.23% -
HSV(B) 307.66º 0.58% 0.32% -
XYZ 5.24 3.4 7.04 -
YUV 52.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 81 34 75 0 0.58 0.07 0.68 307.66 0.41 0.23
Hex 51 22 4B 0 3A 7 44 134 29 17
Octal 121 42 113 0 72 7 104 464 51 27
Binary 1010001 100010 1001011 0 111010 111 1000100 100110100 101001 10111

Color Harmonies of #51224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51224B

Black with #51224B

Text Example


Text Example

White with #51224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51224B; }

 p { color: rgb(81,34,75); }

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

background-color css

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

 a { background-color: rgb(81,34,75); }

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

border-color css

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

 span { border-color: rgb(81,34,75); }

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