Html Css Color HEX #6D234B Pompadour

📋 copy color: '#6D234B'

red 109 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #6D234B

Tints of Pompadour #6D234B

RGB

 RED value IS 109 (42.97% from 255) = 49.77%

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

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

R = 49.77%
G = 15.98%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D234B (or 0x6D234B) is known color: Pompadour. HEX triplet: 6D, 23 and 4B. RGB value is (109,35,75). Sum of RGB (Red+Green+Blue) = 109+35+75=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D234B is #92DCB4. Grayscale: #3D3D3D. Windows color (decimal): -9624757 or 4924269. OLE color: 4924269.

HSL color Cylindrical-coordinate representation of color #6D234B: hue angle of 327.57º degrees, saturation: 0.51, 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 #6D234B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 35 75 -
CMYK 0 0.68 0.31 0.57
HSL 327.57º 0.51% 0.28% -
HSV(B) 327.57º 0.68% 0.43% -
XYZ 8.18 4.96 7.18 -
YUV 61.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 109 35 75 0 0.68 0.31 0.57 327.57 0.51 0.28
Hex 6D 23 4B 0 44 1F 39 148 33 1C
Octal 155 43 113 0 104 37 71 510 63 34
Binary 1101101 100011 1001011 0 1000100 11111 111001 101001000 110011 11100

Color Harmonies of #6D234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D234B

Black with #6D234B

Text Example


Text Example

White with #6D234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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