Html Css Color HEX #68123B Pompadour

📋 copy color: '#68123B'

red 104 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #68123B

Tints of Pompadour #68123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 57.46%
G = 9.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68123B (or 0x68123B) is known color: Pompadour. HEX triplet: 68, 12 and 3B. RGB value is (104,18,59). Sum of RGB (Red+Green+Blue) = 104+18+59=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68123B is #97EDC4. Grayscale: #303030. Windows color (decimal): -9956805 or 3871336. OLE color: 3871336.

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

Color convert

RGB 104 18 59 -
CMYK 0 0.83 0.43 0.59
HSL 331.4º 0.7% 0.24% -
HSV(B) 331.4º 0.83% 0.41% -
XYZ 6.71 3.69 4.5 -
YUV 48.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 104 18 59 0 0.83 0.43 0.59 331.4 0.7 0.24
Hex 68 12 3B 0 53 2B 3B 14B 46 18
Octal 150 22 73 0 123 53 73 513 106 30
Binary 1101000 10010 111011 0 1010011 101011 111011 101001011 1000110 11000

Color Harmonies of #68123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68123B

Black with #68123B

Text Example


Text Example

White with #68123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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