Html Css Color HEX #681234 Pompadour

📋 copy color: '#681234'

red 104 ◦ green 18 ◦ blue 52

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

Shades of Pompadour #681234

Tints of Pompadour #681234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 59.77%
G = 10.34%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681234 (or 0x681234) is known color: Pompadour. HEX triplet: 68, 12 and 34. RGB value is (104,18,52). Sum of RGB (Red+Green+Blue) = 104+18+52=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681234 is #97EDCB. Grayscale: #2F2F2F. Windows color (decimal): -9956812 or 3412584. OLE color: 3412584.

HSL color Cylindrical-coordinate representation of color #681234: hue angle of 336.28º 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 #681234 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 52 -
CMYK 0 0.83 0.50 0.59
HSL 336.28º 0.7% 0.24% -
HSV(B) 336.28º 0.83% 0.41% -
XYZ 6.55 3.62 3.6 -
YUV 47.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 104 18 52 0 0.83 0.50 0.59 336.28 0.7 0.24
Hex 68 12 34 0 53 32 3B 150 46 18
Octal 150 22 64 0 123 62 73 520 106 30
Binary 1101000 10010 110100 0 1010011 110010 111011 101010000 1000110 11000

Color Harmonies of #681234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681234

Black with #681234

Text Example


Text Example

White with #681234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681234; }

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

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

background-color css

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

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

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

border-color css

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

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

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