Html Css Color HEX #6B2D4F Pompadour

📋 copy color: '#6B2D4F'

red 107 ◦ green 45 ◦ blue 79

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

Shades of Pompadour #6B2D4F

Tints of Pompadour #6B2D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 46.32%
G = 19.48%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B2D4F (or 0x6B2D4F) is known color: Pompadour. HEX triplet: 6B, 2D and 4F. RGB value is (107,45,79). Sum of RGB (Red+Green+Blue) = 107+45+79=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D4F is #94D2B0. Grayscale: #434343. Windows color (decimal): -9753265 or 5188971. OLE color: 5188971.

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

Color convert

RGB 107 45 79 -
CMYK 0 0.58 0.26 0.58
HSL 327.1º 0.41% 0.3% -
HSV(B) 327.1º 0.58% 0.42% -
XYZ 8.41 5.57 8.03 -
YUV 67.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 107 45 79 0 0.58 0.26 0.58 327.1 0.41 0.3
Hex 6B 2D 4F 0 3A 1A 3A 147 29 1E
Octal 153 55 117 0 72 32 72 507 51 36
Binary 1101011 101101 1001111 0 111010 11010 111010 101000111 101001 11110

Color Harmonies of #6B2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D4F

Black with #6B2D4F

Text Example


Text Example

White with #6B2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,45,79); }

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

background-color css

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

 a { background-color: rgb(107,45,79); }

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

border-color css

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

 span { border-color: rgb(107,45,79); }

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