Html Css Color HEX #681B42 Pompadour

📋 copy color: '#681B42'

red 104 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #681B42

Tints of Pompadour #681B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

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

R = 52.79%
G = 13.71%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681B42 (or 0x681B42) is known color: Pompadour. HEX triplet: 68, 1B and 42. RGB value is (104,27,66). Sum of RGB (Red+Green+Blue) = 104+27+66=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B42 is #97E4BD. Grayscale: #363636. Windows color (decimal): -9954494 or 4332392. OLE color: 4332392.

HSL color Cylindrical-coordinate representation of color #681B42: hue angle of 329.61º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B42 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 66 -
CMYK 0 0.74 0.37 0.59
HSL 329.61º 0.59% 0.26% -
HSV(B) 329.61º 0.74% 0.41% -
XYZ 7.08 4.12 5.58 -
YUV 54.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 104 27 66 0 0.74 0.37 0.59 329.61 0.59 0.26
Hex 68 1B 42 0 4A 25 3B 14A 3B 1A
Octal 150 33 102 0 112 45 73 512 73 32
Binary 1101000 11011 1000010 0 1001010 100101 111011 101001010 111011 11010

Color Harmonies of #681B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B42

Black with #681B42

Text Example


Text Example

White with #681B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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