Html Css Color HEX #6B1337 Pompadour

📋 copy color: '#6B1337'

red 107 ◦ green 19 ◦ blue 55

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

Shades of Pompadour #6B1337

Tints of Pompadour #6B1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 59.12%
G = 10.5%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B1337 (or 0x6B1337) is known color: Pompadour. HEX triplet: 6B, 13 and 37. RGB value is (107,19,55). Sum of RGB (Red+Green+Blue) = 107+19+55=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1337 is #94ECC8. Grayscale: #313131. Windows color (decimal): -9759945 or 3609451. OLE color: 3609451.

HSL color Cylindrical-coordinate representation of color #6B1337: hue angle of 335.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1337 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 55 -
CMYK 0 0.82 0.49 0.58
HSL 335.45º 0.7% 0.25% -
HSV(B) 335.45º 0.82% 0.42% -
XYZ 6.99 3.87 3.99 -
YUV 49.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 107 19 55 0 0.82 0.49 0.58 335.45 0.7 0.25
Hex 6B 13 37 0 52 31 3A 14F 46 19
Octal 153 23 67 0 122 61 72 517 106 31
Binary 1101011 10011 110111 0 1010010 110001 111010 101001111 1000110 11001

Color Harmonies of #6B1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1337

Black with #6B1337

Text Example


Text Example

White with #6B1337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,55); }

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

background-color css

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

 a { background-color: rgb(107,19,55); }

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

border-color css

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

 span { border-color: rgb(107,19,55); }

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