Html Css Color HEX #761445 Pompadour

📋 copy color: '#761445'

red 118 ◦ green 20 ◦ blue 69

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

Shades of Pompadour #761445

Tints of Pompadour #761445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 57%
G = 9.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761445 (or 0x761445) is known color: Pompadour. HEX triplet: 76, 14 and 45. RGB value is (118,20,69). Sum of RGB (Red+Green+Blue) = 118+20+69=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761445 is #89EBBA. Grayscale: #363636. Windows color (decimal): -9038779 or 4527222. OLE color: 4527222.

HSL color Cylindrical-coordinate representation of color #761445: hue angle of 330º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761445 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 69 -
CMYK 0 0.83 0.42 0.54
HSL 330º 0.71% 0.27% -
HSV(B) 330º 0.83% 0.46% -
XYZ 8.8 4.78 6.09 -
YUV 54.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 118 20 69 0 0.83 0.42 0.54 330 0.71 0.27
Hex 76 14 45 0 53 2A 36 14A 47 1B
Octal 166 24 105 0 123 52 66 512 107 33
Binary 1110110 10100 1000101 0 1010011 101010 110110 101001010 1000111 11011

Color Harmonies of #761445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761445

Black with #761445

Text Example


Text Example

White with #761445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761445; }

 p { color: rgb(118,20,69); }

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

background-color css

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

 a { background-color: rgb(118,20,69); }

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

border-color css

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

 span { border-color: rgb(118,20,69); }

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