Html Css Color HEX #681A42 Pompadour

📋 copy color: '#681A42'

red 104 ◦ green 26 ◦ blue 66

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

Shades of Pompadour #681A42

Tints of Pompadour #681A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 53.06%
G = 13.27%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681A42 (or 0x681A42) is known color: Pompadour. HEX triplet: 68, 1A and 42. RGB value is (104,26,66). Sum of RGB (Red+Green+Blue) = 104+26+66=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A42 is #97E5BD. Grayscale: #353535. Windows color (decimal): -9954750 or 4332136. OLE color: 4332136.

HSL color Cylindrical-coordinate representation of color #681A42: hue angle of 329.23º 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 #681A42 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 66 -
CMYK 0 0.75 0.37 0.59
HSL 329.23º 0.6% 0.25% -
HSV(B) 329.23º 0.75% 0.41% -
XYZ 7.06 4.08 5.57 -
YUV 53.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 104 26 66 0 0.75 0.37 0.59 329.23 0.6 0.25
Hex 68 1A 42 0 4B 25 3B 149 3C 19
Octal 150 32 102 0 113 45 73 511 74 31
Binary 1101000 11010 1000010 0 1001011 100101 111011 101001001 111100 11001

Color Harmonies of #681A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A42

Black with #681A42

Text Example


Text Example

White with #681A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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