Html Css Color HEX #68153A Pompadour

📋 copy color: '#68153A'

red 104 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #68153A

Tints of Pompadour #68153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.69%

R = 56.83%
G = 11.48%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68153A (or 0x68153A) is known color: Pompadour. HEX triplet: 68, 15 and 3A. RGB value is (104,21,58). Sum of RGB (Red+Green+Blue) = 104+21+58=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153A is #97EAC5. Grayscale: #313131. Windows color (decimal): -9956038 or 3806568. OLE color: 3806568.

HSL color Cylindrical-coordinate representation of color #68153A: hue angle of 333.25º 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 #68153A is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 58 -
CMYK 0 0.80 0.44 0.59
HSL 333.25º 0.66% 0.25% -
HSV(B) 333.25º 0.8% 0.41% -
XYZ 6.74 3.78 4.38 -
YUV 50.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 104 21 58 0 0.80 0.44 0.59 333.25 0.66 0.25
Hex 68 15 3A 0 50 2C 3B 14D 42 19
Octal 150 25 72 0 120 54 73 515 102 31
Binary 1101000 10101 111010 0 1010000 101100 111011 101001101 1000010 11001

Color Harmonies of #68153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68153A

Black with #68153A

Text Example


Text Example

White with #68153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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