Html Css Color HEX #761B41 Pompadour

📋 copy color: '#761B41'

red 118 ◦ green 27 ◦ blue 65

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

Shades of Pompadour #761B41

Tints of Pompadour #761B41

RGB

 RED value IS 118 (46.48% from 255) = 56.19%

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 56.19%
G = 12.86%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761B41 (or 0x761B41) is known color: Pompadour. HEX triplet: 76, 1B and 41. RGB value is (118,27,65). Sum of RGB (Red+Green+Blue) = 118+27+65=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #761B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B41 is #89E4BE. Grayscale: #3A3A3A. Windows color (decimal): -9036991 or 4266870. OLE color: 4266870.

HSL color Cylindrical-coordinate representation of color #761B41: hue angle of 334.95º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B41 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 27 65 -
CMYK 0 0.77 0.45 0.54
HSL 334.95º 0.63% 0.28% -
HSV(B) 334.95º 0.77% 0.46% -
XYZ 8.82 5.02 5.5 -
YUV 58.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 118 27 65 0 0.77 0.45 0.54 334.95 0.63 0.28
Hex 76 1B 41 0 4D 2D 36 14F 3F 1C
Octal 166 33 101 0 115 55 66 517 77 34
Binary 1110110 11011 1000001 0 1001101 101101 110110 101001111 111111 11100

Color Harmonies of #761B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B41

Black with #761B41

Text Example


Text Example

White with #761B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B41; }

 p { color: rgb(118,27,65); }

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

background-color css

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

 a { background-color: rgb(118,27,65); }

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

border-color css

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

 span { border-color: rgb(118,27,65); }

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