Html Css Color HEX #681143 Pompadour

📋 copy color: '#681143'

red 104 ◦ green 17 ◦ blue 67

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

Shades of Pompadour #681143

Tints of Pompadour #681143

RGB

 RED value IS 104 (41.02% from 255) = 55.32%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 55.32%
G = 9.04%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#681143 (or 0x681143) is known color: Pompadour. HEX triplet: 68, 11 and 43. RGB value is (104,17,67). Sum of RGB (Red+Green+Blue) = 104+17+67=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681143 is #97EEBC. Grayscale: #303030. Windows color (decimal): -9957053 or 4395368. OLE color: 4395368.

HSL color Cylindrical-coordinate representation of color #681143: hue angle of 325.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681143 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 67 -
CMYK 0 0.84 0.36 0.59
HSL 325.52º 0.72% 0.24% -
HSV(B) 325.52º 0.84% 0.41% -
XYZ 6.92 3.75 5.67 -
YUV 48.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 104 17 67 0 0.84 0.36 0.59 325.52 0.72 0.24
Hex 68 11 43 0 54 24 3B 146 48 18
Octal 150 21 103 0 124 44 73 506 110 30
Binary 1101000 10001 1000011 0 1010100 100100 111011 101000110 1001000 11000

Color Harmonies of #681143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681143

Black with #681143

Text Example


Text Example

White with #681143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681143; }

 p { color: rgb(104,17,67); }

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

background-color css

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

 a { background-color: rgb(104,17,67); }

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

border-color css

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

 span { border-color: rgb(104,17,67); }

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