Html Css Color HEX #781C4B Pompadour

📋 copy color: '#781C4B'

red 120 ◦ green 28 ◦ blue 75

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

Shades of Pompadour #781C4B

Tints of Pompadour #781C4B

RGB

 RED value IS 120 (47.27% from 255) = 53.81%

 GREEN value IS 28 (11.33% from 255) = 12.56%

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

R = 53.81%
G = 12.56%
B = 33.63%

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

#781C4B (or 0x781C4B) is known color: Pompadour. HEX triplet: 78, 1C and 4B. RGB value is (120,28,75). Sum of RGB (Red+Green+Blue) = 120+28+75=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C4B is #87E3B4. Grayscale: #3C3C3C. Windows color (decimal): -8905653 or 4922488. OLE color: 4922488.

HSL color Cylindrical-coordinate representation of color #781C4B: hue angle of 329.35º degrees, saturation: 0.62, 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 #781C4B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 75 -
CMYK 0 0.77 0.37 0.53
HSL 329.35º 0.62% 0.29% -
HSV(B) 329.35º 0.77% 0.47% -
XYZ 9.43 5.33 7.19 -
YUV 60.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 120 28 75 0 0.77 0.37 0.53 329.35 0.62 0.29
Hex 78 1C 4B 0 4D 25 35 149 3E 1D
Octal 170 34 113 0 115 45 65 511 76 35
Binary 1111000 11100 1001011 0 1001101 100101 110101 101001001 111110 11101

Color Harmonies of #781C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C4B

Black with #781C4B

Text Example


Text Example

White with #781C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781C4B; }

 p { color: rgb(120,28,75); }

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

background-color css

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

 a { background-color: rgb(120,28,75); }

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

border-color css

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

 span { border-color: rgb(120,28,75); }

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