Html Css Color HEX #6B2750 Pompadour

📋 copy color: '#6B2750'

red 107 ◦ green 39 ◦ blue 80

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

Shades of Pompadour #6B2750

Tints of Pompadour #6B2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 47.35%
G = 17.26%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B2750 (or 0x6B2750) is known color: Pompadour. HEX triplet: 6B, 27 and 50. RGB value is (107,39,80). Sum of RGB (Red+Green+Blue) = 107+39+80=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2750 is #94D8AF. Grayscale: #3F3F3F. Windows color (decimal): -9754800 or 5252971. OLE color: 5252971.

HSL color Cylindrical-coordinate representation of color #6B2750: hue angle of 323.82º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2750 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 39 80 -
CMYK 0 0.64 0.25 0.58
HSL 323.82º 0.47% 0.29% -
HSV(B) 323.82º 0.64% 0.42% -
XYZ 8.24 5.16 8.15 -
YUV 64.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 107 39 80 0 0.64 0.25 0.58 323.82 0.47 0.29
Hex 6B 27 50 0 40 19 3A 144 2F 1D
Octal 153 47 120 0 100 31 72 504 57 35
Binary 1101011 100111 1010000 0 1000000 11001 111010 101000100 101111 11101

Color Harmonies of #6B2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2750

Black with #6B2750

Text Example


Text Example

White with #6B2750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,80); }

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

background-color css

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

 a { background-color: rgb(107,39,80); }

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

border-color css

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

 span { border-color: rgb(107,39,80); }

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