Html Css Color HEX #6B1845 Pompadour

📋 copy color: '#6B1845'

red 107 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #6B1845

Tints of Pompadour #6B1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 53.5%
G = 12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B1845 (or 0x6B1845) is known color: Pompadour. HEX triplet: 6B, 18 and 45. RGB value is (107,24,69). Sum of RGB (Red+Green+Blue) = 107+24+69=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1845 is #94E7BA. Grayscale: #353535. Windows color (decimal): -9758651 or 4528235. OLE color: 4528235.

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

Color convert

RGB 107 24 69 -
CMYK 0 0.78 0.36 0.58
HSL 327.47º 0.63% 0.26% -
HSV(B) 327.47º 0.78% 0.42% -
XYZ 7.46 4.21 6.05 -
YUV 53.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 107 24 69 0 0.78 0.36 0.58 327.47 0.63 0.26
Hex 6B 18 45 0 4E 24 3A 147 3F 1A
Octal 153 30 105 0 116 44 72 507 77 32
Binary 1101011 11000 1000101 0 1001110 100100 111010 101000111 111111 11010

Color Harmonies of #6B1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1845

Black with #6B1845

Text Example


Text Example

White with #6B1845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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