Html Css Color HEX #6E234B Pompadour

📋 copy color: '#6E234B'

red 110 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #6E234B

Tints of Pompadour #6E234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 50%
G = 15.91%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E234B (or 0x6E234B) is known color: Pompadour. HEX triplet: 6E, 23 and 4B. RGB value is (110,35,75). Sum of RGB (Red+Green+Blue) = 110+35+75=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E234B is #91DCB4. Grayscale: #3D3D3D. Windows color (decimal): -9559221 or 4924270. OLE color: 4924270.

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

Color convert

RGB 110 35 75 -
CMYK 0 0.68 0.32 0.57
HSL 328º 0.52% 0.28% -
HSV(B) 328º 0.68% 0.43% -
XYZ 8.3 5.03 7.19 -
YUV 61.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 110 35 75 0 0.68 0.32 0.57 328 0.52 0.28
Hex 6E 23 4B 0 44 20 39 148 34 1C
Octal 156 43 113 0 104 40 71 510 64 34
Binary 1101110 100011 1001011 0 1000100 100000 111001 101001000 110100 11100

Color Harmonies of #6E234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E234B

Black with #6E234B

Text Example


Text Example

White with #6E234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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