Html Css Color HEX #68183B Pompadour

📋 copy color: '#68183B'

red 104 ◦ green 24 ◦ blue 59

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

Shades of Pompadour #68183B

Tints of Pompadour #68183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 55.61%
G = 12.83%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68183B (or 0x68183B) is known color: Pompadour. HEX triplet: 68, 18 and 3B. RGB value is (104,24,59). Sum of RGB (Red+Green+Blue) = 104+24+59=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183B is #97E7C4. Grayscale: #333333. Windows color (decimal): -9955269 or 3872872. OLE color: 3872872.

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

Color convert

RGB 104 24 59 -
CMYK 0 0.77 0.43 0.59
HSL 333.75º 0.63% 0.25% -
HSV(B) 333.75º 0.77% 0.41% -
XYZ 6.82 3.91 4.53 -
YUV 51.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 104 24 59 0 0.77 0.43 0.59 333.75 0.63 0.25
Hex 68 18 3B 0 4D 2B 3B 14E 3E 19
Octal 150 30 73 0 115 53 73 516 76 31
Binary 1101000 11000 111011 0 1001101 101011 111011 101001110 111110 11001

Color Harmonies of #68183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68183B

Black with #68183B

Text Example


Text Example

White with #68183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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