Html Css Color HEX #68183A Pompadour

📋 copy color: '#68183A'

red 104 ◦ green 24 ◦ blue 58

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

Shades of Pompadour #68183A

Tints of Pompadour #68183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 55.91%
G = 12.9%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68183A (or 0x68183A) is known color: Pompadour. HEX triplet: 68, 18 and 3A. RGB value is (104,24,58). Sum of RGB (Red+Green+Blue) = 104+24+58=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183A is #97E7C5. Grayscale: #333333. Windows color (decimal): -9955270 or 3807336. OLE color: 3807336.

HSL color Cylindrical-coordinate representation of color #68183A: hue angle of 334.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68183A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 58 -
CMYK 0 0.77 0.44 0.59
HSL 334.5º 0.63% 0.25% -
HSV(B) 334.5º 0.77% 0.41% -
XYZ 6.8 3.9 4.4 -
YUV 51.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 104 24 58 0 0.77 0.44 0.59 334.5 0.63 0.25
Hex 68 18 3A 0 4D 2C 3B 14E 3E 19
Octal 150 30 72 0 115 54 73 516 76 31
Binary 1101000 11000 111010 0 1001101 101100 111011 101001110 111110 11001

Color Harmonies of #68183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68183A

Black with #68183A

Text Example


Text Example

White with #68183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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