Html Css Color HEX #6B1145 Pompadour

📋 copy color: '#6B1145'

red 107 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #6B1145

Tints of Pompadour #6B1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 55.44%
G = 8.81%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B1145 (or 0x6B1145) is known color: Pompadour. HEX triplet: 6B, 11 and 45. RGB value is (107,17,69). Sum of RGB (Red+Green+Blue) = 107+17+69=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1145 is #94EEBA. Grayscale: #313131. Windows color (decimal): -9760443 or 4526443. OLE color: 4526443.

HSL color Cylindrical-coordinate representation of color #6B1145: hue angle of 325.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1145 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 69 -
CMYK 0 0.84 0.36 0.58
HSL 325.33º 0.73% 0.24% -
HSV(B) 325.33º 0.84% 0.42% -
XYZ 7.34 3.96 6.01 -
YUV 49.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 107 17 69 0 0.84 0.36 0.58 325.33 0.73 0.24
Hex 6B 11 45 0 54 24 3A 145 49 18
Octal 153 21 105 0 124 44 72 505 111 30
Binary 1101011 10001 1000101 0 1010100 100100 111010 101000101 1001001 11000

Color Harmonies of #6B1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1145

Black with #6B1145

Text Example


Text Example

White with #6B1145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,69); }

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

background-color css

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

 a { background-color: rgb(107,17,69); }

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

border-color css

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

 span { border-color: rgb(107,17,69); }

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