Html Css Color HEX #6F1A3F Pompadour

📋 copy color: '#6F1A3F'

red 111 ◦ green 26 ◦ blue 63

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

Shades of Pompadour #6F1A3F

Tints of Pompadour #6F1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 55.5%
G = 13%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F1A3F (or 0x6F1A3F) is known color: Pompadour. HEX triplet: 6F, 1A and 3F. RGB value is (111,26,63). Sum of RGB (Red+Green+Blue) = 111+26+63=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A3F is #90E5C0. Grayscale: #373737. Windows color (decimal): -9496001 or 4135535. OLE color: 4135535.

HSL color Cylindrical-coordinate representation of color #6F1A3F: hue angle of 333.88º 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 #6F1A3F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 63 -
CMYK 0 0.77 0.43 0.56
HSL 333.88º 0.62% 0.27% -
HSV(B) 333.88º 0.77% 0.44% -
XYZ 7.82 4.48 5.15 -
YUV 55.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 111 26 63 0 0.77 0.43 0.56 333.88 0.62 0.27
Hex 6F 1A 3F 0 4D 2B 38 14E 3E 1B
Octal 157 32 77 0 115 53 70 516 76 33
Binary 1101111 11010 111111 0 1001101 101011 111000 101001110 111110 11011

Color Harmonies of #6F1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A3F

Black with #6F1A3F

Text Example


Text Example

White with #6F1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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