Html Css Color HEX #6C134D Pompadour

📋 copy color: '#6C134D'

red 108 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #6C134D

Tints of Pompadour #6C134D

RGB

 RED value IS 108 (42.58% from 255) = 52.94%

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

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 52.94%
G = 9.31%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C134D (or 0x6C134D) is known color: Pompadour. HEX triplet: 6C, 13 and 4D. RGB value is (108,19,77). Sum of RGB (Red+Green+Blue) = 108+19+77=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C134D is #93ECB2. Grayscale: #343434. Windows color (decimal): -9694387 or 5051244. OLE color: 5051244.

HSL color Cylindrical-coordinate representation of color #6C134D: hue angle of 320.9º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C134D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 19 77 -
CMYK 0 0.82 0.29 0.58
HSL 320.9º 0.7% 0.25% -
HSV(B) 320.9º 0.82% 0.42% -
XYZ 7.76 4.19 7.42 -
YUV 52.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 108 19 77 0 0.82 0.29 0.58 320.9 0.7 0.25
Hex 6C 13 4D 0 52 1D 3A 141 46 19
Octal 154 23 115 0 122 35 72 501 106 31
Binary 1101100 10011 1001101 0 1010010 11101 111010 101000001 1000110 11001

Color Harmonies of #6C134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C134D

Black with #6C134D

Text Example


Text Example

White with #6C134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C134D; }

 p { color: rgb(108,19,77); }

 H1.HeaderClassName
 {
   color: #6C134D;
 }
 .AnyTagClassName
 {
   color: #6C134D;
 }
</style>

background-color css

<style>
 a { background-color: #6C134D; }

 a { background-color: rgb(108,19,77); }

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

border-color css

<style>
 span { border-color: #6C134D; }

 span { border-color: rgb(108,19,77); }

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