Html Css Color HEX #6D163A Pompadour

📋 copy color: '#6D163A'

red 109 ◦ green 22 ◦ blue 58

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

Shades of Pompadour #6D163A

Tints of Pompadour #6D163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 57.67%
G = 11.64%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D163A (or 0x6D163A) is known color: Pompadour. HEX triplet: 6D, 16 and 3A. RGB value is (109,22,58). Sum of RGB (Red+Green+Blue) = 109+22+58=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D163A is #92E9C5. Grayscale: #343434. Windows color (decimal): -9628102 or 3806829. OLE color: 3806829.

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

Color convert

RGB 109 22 58 -
CMYK 0 0.80 0.47 0.57
HSL 335.17º 0.66% 0.26% -
HSV(B) 335.17º 0.8% 0.43% -
XYZ 7.36 4.13 4.41 -
YUV 52.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 109 22 58 0 0.80 0.47 0.57 335.17 0.66 0.26
Hex 6D 16 3A 0 50 2F 39 14F 42 1A
Octal 155 26 72 0 120 57 71 517 102 32
Binary 1101101 10110 111010 0 1010000 101111 111001 101001111 1000010 11010

Color Harmonies of #6D163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D163A

Black with #6D163A

Text Example


Text Example

White with #6D163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,58); }

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

background-color css

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

 a { background-color: rgb(109,22,58); }

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

border-color css

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

 span { border-color: rgb(109,22,58); }

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