Html Css Color HEX #6D1F3E Pompadour

📋 copy color: '#6D1F3E'

red 109 ◦ green 31 ◦ blue 62

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

Shades of Pompadour #6D1F3E

Tints of Pompadour #6D1F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.35%

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 53.96%
G = 15.35%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6D1F3E (or 0x6D1F3E) is known color: Pompadour. HEX triplet: 6D, 1F and 3E. RGB value is (109,31,62). Sum of RGB (Red+Green+Blue) = 109+31+62=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F3E is #92E0C1. Grayscale: #393939. Windows color (decimal): -9625794 or 4071277. OLE color: 4071277.

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

Color convert

RGB 109 31 62 -
CMYK 0 0.72 0.43 0.57
HSL 336.15º 0.56% 0.27% -
HSV(B) 336.15º 0.72% 0.43% -
XYZ 7.67 4.58 5.04 -
YUV 57.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 109 31 62 0 0.72 0.43 0.57 336.15 0.56 0.27
Hex 6D 1F 3E 0 48 2B 39 150 38 1B
Octal 155 37 76 0 110 53 71 520 70 33
Binary 1101101 11111 111110 0 1001000 101011 111001 101010000 111000 11011

Color Harmonies of #6D1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F3E

Black with #6D1F3E

Text Example


Text Example

White with #6D1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,62); }

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

background-color css

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

 a { background-color: rgb(109,31,62); }

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

border-color css

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

 span { border-color: rgb(109,31,62); }

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