Html Css Color HEX #6D274D Pompadour

📋 copy color: '#6D274D'

red 109 ◦ green 39 ◦ blue 77

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

Shades of Pompadour #6D274D

Tints of Pompadour #6D274D

RGB

 RED value IS 109 (42.97% from 255) = 48.44%

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 48.44%
G = 17.33%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D274D (or 0x6D274D) is known color: Pompadour. HEX triplet: 6D, 27 and 4D. RGB value is (109,39,77). Sum of RGB (Red+Green+Blue) = 109+39+77=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D274D is #92D8B2. Grayscale: #404040. Windows color (decimal): -9623731 or 5056365. OLE color: 5056365.

HSL color Cylindrical-coordinate representation of color #6D274D: hue angle of 327.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D274D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 77 -
CMYK 0 0.64 0.29 0.57
HSL 327.43º 0.47% 0.29% -
HSV(B) 327.43º 0.64% 0.43% -
XYZ 8.37 5.24 7.59 -
YUV 64.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 109 39 77 0 0.64 0.29 0.57 327.43 0.47 0.29
Hex 6D 27 4D 0 40 1D 39 147 2F 1D
Octal 155 47 115 0 100 35 71 507 57 35
Binary 1101101 100111 1001101 0 1000000 11101 111001 101000111 101111 11101

Color Harmonies of #6D274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D274D

Black with #6D274D

Text Example


Text Example

White with #6D274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,77); }

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

background-color css

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

 a { background-color: rgb(109,39,77); }

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

border-color css

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

 span { border-color: rgb(109,39,77); }

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