Html Css Color HEX #68124B Pompadour

📋 copy color: '#68124B'

red 104 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #68124B

Tints of Pompadour #68124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 52.79%
G = 9.14%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68124B (or 0x68124B) is known color: Pompadour. HEX triplet: 68, 12 and 4B. RGB value is (104,18,75). Sum of RGB (Red+Green+Blue) = 104+18+75=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68124B is #97EDB4. Grayscale: #323232. Windows color (decimal): -9956789 or 4919912. OLE color: 4919912.

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

Color convert

RGB 104 18 75 -
CMYK 0 0.83 0.28 0.59
HSL 320.23º 0.7% 0.24% -
HSV(B) 320.23º 0.83% 0.41% -
XYZ 7.2 3.88 7.03 -
YUV 50.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 104 18 75 0 0.83 0.28 0.59 320.23 0.7 0.24
Hex 68 12 4B 0 53 1C 3B 140 46 18
Octal 150 22 113 0 123 34 73 500 106 30
Binary 1101000 10010 1001011 0 1010011 11100 111011 101000000 1000110 11000

Color Harmonies of #68124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68124B

Black with #68124B

Text Example


Text Example

White with #68124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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