Html Css Color HEX #6B1C3B Pompadour

📋 copy color: '#6B1C3B'

red 107 ◦ green 28 ◦ blue 59

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

Shades of Pompadour #6B1C3B

Tints of Pompadour #6B1C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 55.15%
G = 14.43%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B1C3B (or 0x6B1C3B) is known color: Pompadour. HEX triplet: 6B, 1C and 3B. RGB value is (107,28,59). Sum of RGB (Red+Green+Blue) = 107+28+59=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C3B is #94E3C4. Grayscale: #373737. Windows color (decimal): -9757637 or 3873899. OLE color: 3873899.

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

Color convert

RGB 107 28 59 -
CMYK 0 0.74 0.45 0.58
HSL 336.46º 0.59% 0.26% -
HSV(B) 336.46º 0.74% 0.42% -
XYZ 7.27 4.27 4.58 -
YUV 55.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 107 28 59 0 0.74 0.45 0.58 336.46 0.59 0.26
Hex 6B 1C 3B 0 4A 2D 3A 150 3B 1A
Octal 153 34 73 0 112 55 72 520 73 32
Binary 1101011 11100 111011 0 1001010 101101 111010 101010000 111011 11010

Color Harmonies of #6B1C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1C3B

Black with #6B1C3B

Text Example


Text Example

White with #6B1C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,59); }

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

background-color css

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

 a { background-color: rgb(107,28,59); }

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

border-color css

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

 span { border-color: rgb(107,28,59); }

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