Html Css Color HEX #68183F Pompadour

📋 copy color: '#68183F'

red 104 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #68183F

Tints of Pompadour #68183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.98%

R = 54.45%
G = 12.57%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68183F (or 0x68183F) is known color: Pompadour. HEX triplet: 68, 18 and 3F. RGB value is (104,24,63). Sum of RGB (Red+Green+Blue) = 104+24+63=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183F is #97E7C0. Grayscale: #343434. Windows color (decimal): -9955265 or 4135016. OLE color: 4135016.

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

Color convert

RGB 104 24 63 -
CMYK 0 0.77 0.39 0.59
HSL 330.75º 0.63% 0.25% -
HSV(B) 330.75º 0.77% 0.41% -
XYZ 6.93 3.96 5.1 -
YUV 52.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 104 24 63 0 0.77 0.39 0.59 330.75 0.63 0.25
Hex 68 18 3F 0 4D 27 3B 14B 3E 19
Octal 150 30 77 0 115 47 73 513 76 31
Binary 1101000 11000 111111 0 1001101 100111 111011 101001011 111110 11001

Color Harmonies of #68183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68183F

Black with #68183F

Text Example


Text Example

White with #68183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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