Html Css Color HEX #51214B Loulou

📋 copy color: '#51214B'

red 81 ◦ green 33 ◦ blue 75

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

Shades of Loulou #51214B

Tints of Loulou #51214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 42.86%
G = 17.46%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51214B (or 0x51214B) is known color: Loulou. HEX triplet: 51, 21 and 4B. RGB value is (81,33,75). Sum of RGB (Red+Green+Blue) = 81+33+75=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51214B is #AEDEB4. Grayscale: #343434. Windows color (decimal): -11460277 or 4923729. OLE color: 4923729.

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

Color convert

RGB 81 33 75 -
CMYK 0 0.59 0.07 0.68
HSL 307.5º 0.42% 0.22% -
HSV(B) 307.5º 0.59% 0.32% -
XYZ 5.21 3.35 7.03 -
YUV 52.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 81 33 75 0 0.59 0.07 0.68 307.5 0.42 0.22
Hex 51 21 4B 0 3B 7 44 134 2A 16
Octal 121 41 113 0 73 7 104 464 52 26
Binary 1010001 100001 1001011 0 111011 111 1000100 100110100 101010 10110

Color Harmonies of #51214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51214B

Black with #51214B

Text Example


Text Example

White with #51214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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