Html Css Color HEX #6B1947 Pompadour

📋 copy color: '#6B1947'

red 107 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #6B1947

Tints of Pompadour #6B1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 52.71%
G = 12.32%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B1947 (or 0x6B1947) is known color: Pompadour. HEX triplet: 6B, 19 and 47. RGB value is (107,25,71). Sum of RGB (Red+Green+Blue) = 107+25+71=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1947 is #94E6B8. Grayscale: #363636. Windows color (decimal): -9758393 or 4659563. OLE color: 4659563.

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

Color convert

RGB 107 25 71 -
CMYK 0 0.77 0.34 0.58
HSL 326.34º 0.62% 0.26% -
HSV(B) 326.34º 0.77% 0.42% -
XYZ 7.55 4.28 6.39 -
YUV 54.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 107 25 71 0 0.77 0.34 0.58 326.34 0.62 0.26
Hex 6B 19 47 0 4D 22 3A 146 3E 1A
Octal 153 31 107 0 115 42 72 506 76 32
Binary 1101011 11001 1000111 0 1001101 100010 111010 101000110 111110 11010

Color Harmonies of #6B1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1947

Black with #6B1947

Text Example


Text Example

White with #6B1947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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