Html Css Color HEX #68133F Pompadour

📋 copy color: '#68133F'

red 104 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #68133F

Tints of Pompadour #68133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 55.91%
G = 10.22%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68133F (or 0x68133F) is known color: Pompadour. HEX triplet: 68, 13 and 3F. RGB value is (104,19,63). Sum of RGB (Red+Green+Blue) = 104+19+63=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133F is #97ECC0. Grayscale: #313131. Windows color (decimal): -9956545 or 4133736. OLE color: 4133736.

HSL color Cylindrical-coordinate representation of color #68133F: hue angle of 328.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68133F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 63 -
CMYK 0 0.82 0.39 0.59
HSL 328.94º 0.69% 0.24% -
HSV(B) 328.94º 0.82% 0.41% -
XYZ 6.84 3.77 5.07 -
YUV 49.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 104 19 63 0 0.82 0.39 0.59 328.94 0.69 0.24
Hex 68 13 3F 0 52 27 3B 149 45 18
Octal 150 23 77 0 122 47 73 511 105 30
Binary 1101000 10011 111111 0 1010010 100111 111011 101001001 1000101 11000

Color Harmonies of #68133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68133F

Black with #68133F

Text Example


Text Example

White with #68133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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