Html Css Color HEX #68153E Pompadour

📋 copy color: '#68153E'

red 104 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #68153E

Tints of Pompadour #68153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 55.61%
G = 11.23%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68153E (or 0x68153E) is known color: Pompadour. HEX triplet: 68, 15 and 3E. RGB value is (104,21,62). Sum of RGB (Red+Green+Blue) = 104+21+62=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153E is #97EAC1. Grayscale: #323232. Windows color (decimal): -9956034 or 4068712. OLE color: 4068712.

HSL color Cylindrical-coordinate representation of color #68153E: hue angle of 330.36º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68153E is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 62 -
CMYK 0 0.80 0.40 0.59
HSL 330.36º 0.66% 0.25% -
HSV(B) 330.36º 0.8% 0.41% -
XYZ 6.85 3.83 4.94 -
YUV 50.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 104 21 62 0 0.80 0.40 0.59 330.36 0.66 0.25
Hex 68 15 3E 0 50 28 3B 14A 42 19
Octal 150 25 76 0 120 50 73 512 102 31
Binary 1101000 10101 111110 0 1010000 101000 111011 101001010 1000010 11001

Color Harmonies of #68153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68153E

Black with #68153E

Text Example


Text Example

White with #68153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68153E; }

 p { color: rgb(104,21,62); }

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

background-color css

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

 a { background-color: rgb(104,21,62); }

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

border-color css

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

 span { border-color: rgb(104,21,62); }

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