Html Css Color HEX #6E264B Pompadour

📋 copy color: '#6E264B'

red 110 ◦ green 38 ◦ blue 75

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

Shades of Pompadour #6E264B

Tints of Pompadour #6E264B

RGB

 RED value IS 110 (43.36% from 255) = 49.33%

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 49.33%
G = 17.04%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E264B (or 0x6E264B) is known color: Pompadour. HEX triplet: 6E, 26 and 4B. RGB value is (110,38,75). Sum of RGB (Red+Green+Blue) = 110+38+75=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E264B is #91D9B4. Grayscale: #3F3F3F. Windows color (decimal): -9558453 or 4925038. OLE color: 4925038.

HSL color Cylindrical-coordinate representation of color #6E264B: hue angle of 329.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E264B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 38 75 -
CMYK 0 0.65 0.32 0.57
HSL 329.17º 0.49% 0.29% -
HSV(B) 329.17º 0.65% 0.43% -
XYZ 8.39 5.21 7.22 -
YUV 63.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 110 38 75 0 0.65 0.32 0.57 329.17 0.49 0.29
Hex 6E 26 4B 0 41 20 39 149 31 1D
Octal 156 46 113 0 101 40 71 511 61 35
Binary 1101110 100110 1001011 0 1000001 100000 111001 101001001 110001 11101

Color Harmonies of #6E264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E264B

Black with #6E264B

Text Example


Text Example

White with #6E264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,75); }

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

background-color css

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

 a { background-color: rgb(110,38,75); }

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

border-color css

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

 span { border-color: rgb(110,38,75); }

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