Html Css Color HEX #68124D Pompadour

📋 copy color: '#68124D'

red 104 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #68124D

Tints of Pompadour #68124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 52.26%
G = 9.05%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68124D (or 0x68124D) is known color: Pompadour. HEX triplet: 68, 12 and 4D. RGB value is (104,18,77). Sum of RGB (Red+Green+Blue) = 104+18+77=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68124D is #97EDB2. Grayscale: #323232. Windows color (decimal): -9956787 or 5050984. OLE color: 5050984.

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

Color convert

RGB 104 18 77 -
CMYK 0 0.83 0.26 0.59
HSL 318.84º 0.7% 0.24% -
HSV(B) 318.84º 0.83% 0.41% -
XYZ 7.26 3.91 7.39 -
YUV 50.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 104 18 77 0 0.83 0.26 0.59 318.84 0.7 0.24
Hex 68 12 4D 0 53 1A 3B 13F 46 18
Octal 150 22 115 0 123 32 73 477 106 30
Binary 1101000 10010 1001101 0 1010011 11010 111011 100111111 1000110 11000

Color Harmonies of #68124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68124D

Black with #68124D

Text Example


Text Example

White with #68124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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