Html Css Color HEX #7F1345 Pompadour

📋 copy color: '#7F1345'

red 127 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #7F1345

Tints of Pompadour #7F1345

RGB

 RED value IS 127 (50% from 255) = 59.07%

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 59.07%
G = 8.84%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7F1345 (or 0x7F1345) is known color: Pompadour. HEX triplet: 7F, 13 and 45. RGB value is (127,19,69). Sum of RGB (Red+Green+Blue) = 127+19+69=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1345 is #80ECBA. Grayscale: #383838. Windows color (decimal): -8449211 or 4526975. OLE color: 4526975.

HSL color Cylindrical-coordinate representation of color #7F1345: hue angle of 332.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1345 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 69 -
CMYK 0 0.85 0.46 0.50
HSL 332.22º 0.74% 0.29% -
HSV(B) 332.22º 0.85% 0.5% -
XYZ 10.06 5.41 6.14 -
YUV 56.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 127 19 69 0 0.85 0.46 0.50 332.22 0.74 0.29
Hex 7F 13 45 0 55 2E 32 14C 4A 1D
Octal 177 23 105 0 125 56 62 514 112 35
Binary 1111111 10011 1000101 0 1010101 101110 110010 101001100 1001010 11101

Color Harmonies of #7F1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1345

Black with #7F1345

Text Example


Text Example

White with #7F1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1345; }

 p { color: rgb(127,19,69); }

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

background-color css

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

 a { background-color: rgb(127,19,69); }

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

border-color css

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

 span { border-color: rgb(127,19,69); }

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