Html Css Color HEX #771B4B Pompadour

📋 copy color: '#771B4B'

red 119 ◦ green 27 ◦ blue 75

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

Shades of Pompadour #771B4B

Tints of Pompadour #771B4B

RGB

 RED value IS 119 (46.88% from 255) = 53.85%

 GREEN value IS 27 (10.94% from 255) = 12.22%

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

R = 53.85%
G = 12.22%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#771B4B (or 0x771B4B) is known color: Pompadour. HEX triplet: 77, 1B and 4B. RGB value is (119,27,75). Sum of RGB (Red+Green+Blue) = 119+27+75=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #771B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B4B is #88E4B4. Grayscale: #3B3B3B. Windows color (decimal): -8971445 or 4922231. OLE color: 4922231.

HSL color Cylindrical-coordinate representation of color #771B4B: hue angle of 328.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B4B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 27 75 -
CMYK 0 0.77 0.37 0.53
HSL 328.7º 0.63% 0.29% -
HSV(B) 328.7º 0.77% 0.47% -
XYZ 9.27 5.21 7.17 -
YUV 59.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 119 27 75 0 0.77 0.37 0.53 328.7 0.63 0.29
Hex 77 1B 4B 0 4D 25 35 149 3F 1D
Octal 167 33 113 0 115 45 65 511 77 35
Binary 1110111 11011 1001011 0 1001101 100101 110101 101001001 111111 11101

Color Harmonies of #771B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B4B

Black with #771B4B

Text Example


Text Example

White with #771B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771B4B; }

 p { color: rgb(119,27,75); }

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

background-color css

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

 a { background-color: rgb(119,27,75); }

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

border-color css

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

 span { border-color: rgb(119,27,75); }

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