Html Css Color HEX #6B1A3A Pompadour

📋 copy color: '#6B1A3A'

red 107 ◦ green 26 ◦ blue 58

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

Shades of Pompadour #6B1A3A

Tints of Pompadour #6B1A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 56.02%
G = 13.61%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B1A3A (or 0x6B1A3A) is known color: Pompadour. HEX triplet: 6B, 1A and 3A. RGB value is (107,26,58). Sum of RGB (Red+Green+Blue) = 107+26+58=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A3A is #94E5C5. Grayscale: #353535. Windows color (decimal): -9758150 or 3807851. OLE color: 3807851.

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

Color convert

RGB 107 26 58 -
CMYK 0 0.76 0.46 0.58
HSL 336.3º 0.61% 0.26% -
HSV(B) 336.3º 0.76% 0.42% -
XYZ 7.2 4.17 4.43 -
YUV 53.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 107 26 58 0 0.76 0.46 0.58 336.3 0.61 0.26
Hex 6B 1A 3A 0 4C 2E 3A 150 3D 1A
Octal 153 32 72 0 114 56 72 520 75 32
Binary 1101011 11010 111010 0 1001100 101110 111010 101010000 111101 11010

Color Harmonies of #6B1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A3A

Black with #6B1A3A

Text Example


Text Example

White with #6B1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,58); }

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

background-color css

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

 a { background-color: rgb(107,26,58); }

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

border-color css

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

 span { border-color: rgb(107,26,58); }

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