Html Css Color HEX #6F1F43 Pompadour

📋 copy color: '#6F1F43'

red 111 ◦ green 31 ◦ blue 67

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

Shades of Pompadour #6F1F43

Tints of Pompadour #6F1F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 53.11%
G = 14.83%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#6F1F43 (or 0x6F1F43) is known color: Pompadour. HEX triplet: 6F, 1F and 43. RGB value is (111,31,67). Sum of RGB (Red+Green+Blue) = 111+31+67=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F43 is #90E0BC. Grayscale: #3A3A3A. Windows color (decimal): -9494717 or 4398959. OLE color: 4398959.

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

Color convert

RGB 111 31 67 -
CMYK 0 0.72 0.40 0.56
HSL 333º 0.56% 0.28% -
HSV(B) 333º 0.72% 0.44% -
XYZ 8.06 4.76 5.81 -
YUV 59.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 111 31 67 0 0.72 0.40 0.56 333 0.56 0.28
Hex 6F 1F 43 0 48 28 38 14D 38 1C
Octal 157 37 103 0 110 50 70 515 70 34
Binary 1101111 11111 1000011 0 1001000 101000 111000 101001101 111000 11100

Color Harmonies of #6F1F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F43

Black with #6F1F43

Text Example


Text Example

White with #6F1F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,31,67); }

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

background-color css

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

 a { background-color: rgb(111,31,67); }

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

border-color css

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

 span { border-color: rgb(111,31,67); }

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