Html Css Color HEX #6D1337 Pompadour

📋 copy color: '#6D1337'

red 109 ◦ green 19 ◦ blue 55

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

Shades of Pompadour #6D1337

Tints of Pompadour #6D1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 59.56%
G = 10.38%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D1337 (or 0x6D1337) is known color: Pompadour. HEX triplet: 6D, 13 and 37. RGB value is (109,19,55). Sum of RGB (Red+Green+Blue) = 109+19+55=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1337 is #92ECC8. Grayscale: #313131. Windows color (decimal): -9628873 or 3609453. OLE color: 3609453.

HSL color Cylindrical-coordinate representation of color #6D1337: hue angle of 336º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1337 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 19 55 -
CMYK 0 0.83 0.50 0.57
HSL 336º 0.7% 0.25% -
HSV(B) 336º 0.83% 0.43% -
XYZ 7.23 3.99 4 -
YUV 50.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 109 19 55 0 0.83 0.50 0.57 336 0.7 0.25
Hex 6D 13 37 0 53 32 39 150 46 19
Octal 155 23 67 0 123 62 71 520 106 31
Binary 1101101 10011 110111 0 1010011 110010 111001 101010000 1000110 11001

Color Harmonies of #6D1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1337

Black with #6D1337

Text Example


Text Example

White with #6D1337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,55); }

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

background-color css

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

 a { background-color: rgb(109,19,55); }

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

border-color css

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

 span { border-color: rgb(109,19,55); }

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