Html Css Color HEX #6B1A47 Pompadour

📋 copy color: '#6B1A47'

red 107 ◦ green 26 ◦ blue 71

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

Shades of Pompadour #6B1A47

Tints of Pompadour #6B1A47

RGB

 RED value IS 107 (42.19% from 255) = 52.45%

 GREEN value IS 26 (10.55% from 255) = 12.75%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 52.45%
G = 12.75%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B1A47 (or 0x6B1A47) is known color: Pompadour. HEX triplet: 6B, 1A and 47. RGB value is (107,26,71). Sum of RGB (Red+Green+Blue) = 107+26+71=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A47 is #94E5B8. Grayscale: #373737. Windows color (decimal): -9758137 or 4659819. OLE color: 4659819.

HSL color Cylindrical-coordinate representation of color #6B1A47: hue angle of 326.67º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A47 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 26 71 -
CMYK 0 0.76 0.34 0.58
HSL 326.67º 0.61% 0.26% -
HSV(B) 326.67º 0.76% 0.42% -
XYZ 7.57 4.32 6.4 -
YUV 55.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 107 26 71 0 0.76 0.34 0.58 326.67 0.61 0.26
Hex 6B 1A 47 0 4C 22 3A 147 3D 1A
Octal 153 32 107 0 114 42 72 507 75 32
Binary 1101011 11010 1000111 0 1001100 100010 111010 101000111 111101 11010

Color Harmonies of #6B1A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A47

Black with #6B1A47

Text Example


Text Example

White with #6B1A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,71); }

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

background-color css

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

 a { background-color: rgb(107,26,71); }

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

border-color css

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

 span { border-color: rgb(107,26,71); }

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