Html Css Color HEX #68123C Pompadour

📋 copy color: '#68123C'

red 104 ◦ green 18 ◦ blue 60

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

Shades of Pompadour #68123C

Tints of Pompadour #68123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 57.14%
G = 9.89%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68123C (or 0x68123C) is known color: Pompadour. HEX triplet: 68, 12 and 3C. RGB value is (104,18,60). Sum of RGB (Red+Green+Blue) = 104+18+60=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68123C is #97EDC3. Grayscale: #303030. Windows color (decimal): -9956804 or 3936872. OLE color: 3936872.

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

Color convert

RGB 104 18 60 -
CMYK 0 0.83 0.42 0.59
HSL 330.7º 0.7% 0.24% -
HSV(B) 330.7º 0.83% 0.41% -
XYZ 6.74 3.7 4.63 -
YUV 48.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 104 18 60 0 0.83 0.42 0.59 330.7 0.7 0.24
Hex 68 12 3C 0 53 2A 3B 14B 46 18
Octal 150 22 74 0 123 52 73 513 106 30
Binary 1101000 10010 111100 0 1010011 101010 111011 101001011 1000110 11000

Color Harmonies of #68123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68123C

Black with #68123C

Text Example


Text Example

White with #68123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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