Html Css Color HEX #6D1038 Pompadour

📋 copy color: '#6D1038'

red 109 ◦ green 16 ◦ blue 56

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

Shades of Pompadour #6D1038

Tints of Pompadour #6D1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 60.22%
G = 8.84%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D1038 (or 0x6D1038) is known color: Pompadour. HEX triplet: 6D, 10 and 38. RGB value is (109,16,56). Sum of RGB (Red+Green+Blue) = 109+16+56=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1038 is #92EFC7. Grayscale: #303030. Windows color (decimal): -9629640 or 3674221. OLE color: 3674221.

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

Color convert

RGB 109 16 56 -
CMYK 0 0.85 0.49 0.57
HSL 334.19º 0.74% 0.25% -
HSV(B) 334.19º 0.85% 0.43% -
XYZ 7.21 3.91 4.12 -
YUV 48.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 109 16 56 0 0.85 0.49 0.57 334.19 0.74 0.25
Hex 6D 10 38 0 55 31 39 14E 4A 19
Octal 155 20 70 0 125 61 71 516 112 31
Binary 1101101 10000 111000 0 1010101 110001 111001 101001110 1001010 11001

Color Harmonies of #6D1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1038

Black with #6D1038

Text Example


Text Example

White with #6D1038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,56); }

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

background-color css

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

 a { background-color: rgb(109,16,56); }

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

border-color css

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

 span { border-color: rgb(109,16,56); }

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