Html Css Color HEX #6B2542 Pompadour

📋 copy color: '#6B2542'

red 107 ◦ green 37 ◦ blue 66

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

Shades of Pompadour #6B2542

Tints of Pompadour #6B2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 50.95%
G = 17.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#6B2542 (or 0x6B2542) is known color: Pompadour. HEX triplet: 6B, 25 and 42. RGB value is (107,37,66). Sum of RGB (Red+Green+Blue) = 107+37+66=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2542 is #94DABD. Grayscale: #3D3D3D. Windows color (decimal): -9755326 or 4334955. OLE color: 4334955.

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

Color convert

RGB 107 37 66 -
CMYK 0 0.65 0.38 0.58
HSL 335.14º 0.49% 0.28% -
HSV(B) 335.14º 0.65% 0.42% -
XYZ 7.71 4.84 5.68 -
YUV 61.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 107 37 66 0 0.65 0.38 0.58 335.14 0.49 0.28
Hex 6B 25 42 0 41 26 3A 14F 31 1C
Octal 153 45 102 0 101 46 72 517 61 34
Binary 1101011 100101 1000010 0 1000001 100110 111010 101001111 110001 11100

Color Harmonies of #6B2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2542

Black with #6B2542

Text Example


Text Example

White with #6B2542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,66); }

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

background-color css

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

 a { background-color: rgb(107,37,66); }

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

border-color css

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

 span { border-color: rgb(107,37,66); }

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