Html Css Color HEX #6F1A3E Pompadour

📋 copy color: '#6F1A3E'

red 111 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #6F1A3E

Tints of Pompadour #6F1A3E

RGB

 RED value IS 111 (43.75% from 255) = 55.78%

 GREEN value IS 26 (10.55% from 255) = 13.07%

 BLUE value IS 62 (24.61% from 255) = 31.16%

R = 55.78%
G = 13.07%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F1A3E (or 0x6F1A3E) is known color: Pompadour. HEX triplet: 6F, 1A and 3E. RGB value is (111,26,62). Sum of RGB (Red+Green+Blue) = 111+26+62=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A3E is #90E5C1. Grayscale: #373737. Windows color (decimal): -9496002 or 4069999. OLE color: 4069999.

HSL color Cylindrical-coordinate representation of color #6F1A3E: hue angle of 334.59º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A3E is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 62 -
CMYK 0 0.77 0.44 0.56
HSL 334.59º 0.62% 0.27% -
HSV(B) 334.59º 0.77% 0.44% -
XYZ 7.79 4.47 5.01 -
YUV 55.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 111 26 62 0 0.77 0.44 0.56 334.59 0.62 0.27
Hex 6F 1A 3E 0 4D 2C 38 14F 3E 1B
Octal 157 32 76 0 115 54 70 517 76 33
Binary 1101111 11010 111110 0 1001101 101100 111000 101001111 111110 11011

Color Harmonies of #6F1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A3E

Black with #6F1A3E

Text Example


Text Example

White with #6F1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,62); }

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

background-color css

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

 a { background-color: rgb(111,26,62); }

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

border-color css

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

 span { border-color: rgb(111,26,62); }

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