Html Css Color HEX #681243 Pompadour

📋 copy color: '#681243'

red 104 ◦ green 18 ◦ blue 67

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

Shades of Pompadour #681243

Tints of Pompadour #681243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 55.03%
G = 9.52%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#681243 (or 0x681243) is known color: Pompadour. HEX triplet: 68, 12 and 43. RGB value is (104,18,67). Sum of RGB (Red+Green+Blue) = 104+18+67=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681243 is #97EDBC. Grayscale: #313131. Windows color (decimal): -9956797 or 4395624. OLE color: 4395624.

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

Color convert

RGB 104 18 67 -
CMYK 0 0.83 0.36 0.59
HSL 325.81º 0.7% 0.24% -
HSV(B) 325.81º 0.83% 0.41% -
XYZ 6.94 3.78 5.67 -
YUV 49.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 104 18 67 0 0.83 0.36 0.59 325.81 0.7 0.24
Hex 68 12 43 0 53 24 3B 146 46 18
Octal 150 22 103 0 123 44 73 506 106 30
Binary 1101000 10010 1000011 0 1010011 100100 111011 101000110 1000110 11000

Color Harmonies of #681243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681243

Black with #681243

Text Example


Text Example

White with #681243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681243; }

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

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

background-color css

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

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

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

border-color css

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

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

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