Html Css Color HEX #6B2141 Pompadour

📋 copy color: '#6B2141'

red 107 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #6B2141

Tints of Pompadour #6B2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 52.2%
G = 16.1%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6B2141 (or 0x6B2141) is known color: Pompadour. HEX triplet: 6B, 21 and 41. RGB value is (107,33,65). Sum of RGB (Red+Green+Blue) = 107+33+65=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2141 is #94DEBE. Grayscale: #3A3A3A. Windows color (decimal): -9756351 or 4268395. OLE color: 4268395.

HSL color Cylindrical-coordinate representation of color #6B2141: hue angle of 334.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2141 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 33 65 -
CMYK 0 0.69 0.39 0.58
HSL 334.05º 0.53% 0.27% -
HSV(B) 334.05º 0.69% 0.42% -
XYZ 7.56 4.6 5.49 -
YUV 58.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 107 33 65 0 0.69 0.39 0.58 334.05 0.53 0.27
Hex 6B 21 41 0 45 27 3A 14E 35 1B
Octal 153 41 101 0 105 47 72 516 65 33
Binary 1101011 100001 1000001 0 1000101 100111 111010 101001110 110101 11011

Color Harmonies of #6B2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2141

Black with #6B2141

Text Example


Text Example

White with #6B2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,65); }

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

background-color css

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

 a { background-color: rgb(107,33,65); }

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

border-color css

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

 span { border-color: rgb(107,33,65); }

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