Html Css Color HEX #681A43 Pompadour

📋 copy color: '#681A43'

red 104 ◦ green 26 ◦ blue 67

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

Shades of Pompadour #681A43

Tints of Pompadour #681A43

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

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

R = 52.79%
G = 13.2%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#681A43 (or 0x681A43) is known color: Pompadour. HEX triplet: 68, 1A and 43. RGB value is (104,26,67). Sum of RGB (Red+Green+Blue) = 104+26+67=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A43 is #97E5BC. Grayscale: #353535. Windows color (decimal): -9954749 or 4397672. OLE color: 4397672.

HSL color Cylindrical-coordinate representation of color #681A43: hue angle of 328.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A43 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 67 -
CMYK 0 0.75 0.36 0.59
HSL 328.46º 0.6% 0.25% -
HSV(B) 328.46º 0.75% 0.41% -
XYZ 7.09 4.09 5.73 -
YUV 54 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 104 26 67 0 0.75 0.36 0.59 328.46 0.6 0.25
Hex 68 1A 43 0 4B 24 3B 148 3C 19
Octal 150 32 103 0 113 44 73 510 74 31
Binary 1101000 11010 1000011 0 1001011 100100 111011 101001000 111100 11001

Color Harmonies of #681A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A43

Black with #681A43

Text Example


Text Example

White with #681A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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