Html Css Color HEX #6B1B40 Pompadour

📋 copy color: '#6B1B40'

red 107 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #6B1B40

Tints of Pompadour #6B1B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 54.04%
G = 13.64%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B1B40 (or 0x6B1B40) is known color: Pompadour. HEX triplet: 6B, 1B and 40. RGB value is (107,27,64). Sum of RGB (Red+Green+Blue) = 107+27+64=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B40 is #94E4BF. Grayscale: #373737. Windows color (decimal): -9757888 or 4201323. OLE color: 4201323.

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

Color convert

RGB 107 27 64 -
CMYK 0 0.75 0.40 0.58
HSL 332.25º 0.6% 0.26% -
HSV(B) 332.25º 0.75% 0.42% -
XYZ 7.38 4.28 5.29 -
YUV 55.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 107 27 64 0 0.75 0.40 0.58 332.25 0.6 0.26
Hex 6B 1B 40 0 4B 28 3A 14C 3C 1A
Octal 153 33 100 0 113 50 72 514 74 32
Binary 1101011 11011 1000000 0 1001011 101000 111010 101001100 111100 11010

Color Harmonies of #6B1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B40

Black with #6B1B40

Text Example


Text Example

White with #6B1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,27,64); }

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

background-color css

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

 a { background-color: rgb(107,27,64); }

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

border-color css

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

 span { border-color: rgb(107,27,64); }

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