Html Css Color HEX #6F193A Pompadour

📋 copy color: '#6F193A'

red 111 ◦ green 25 ◦ blue 58

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

Shades of Pompadour #6F193A

Tints of Pompadour #6F193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 57.22%
G = 12.89%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F193A (or 0x6F193A) is known color: Pompadour. HEX triplet: 6F, 19 and 3A. RGB value is (111,25,58). Sum of RGB (Red+Green+Blue) = 111+25+58=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F193A is #90E6C5. Grayscale: #363636. Windows color (decimal): -9496262 or 3807599. OLE color: 3807599.

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

Color convert

RGB 111 25 58 -
CMYK 0 0.77 0.48 0.56
HSL 336.98º 0.63% 0.27% -
HSV(B) 336.98º 0.77% 0.44% -
XYZ 7.67 4.38 4.44 -
YUV 54.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 111 25 58 0 0.77 0.48 0.56 336.98 0.63 0.27
Hex 6F 19 3A 0 4D 30 38 151 3F 1B
Octal 157 31 72 0 115 60 70 521 77 33
Binary 1101111 11001 111010 0 1001101 110000 111000 101010001 111111 11011

Color Harmonies of #6F193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F193A

Black with #6F193A

Text Example


Text Example

White with #6F193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,58); }

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

background-color css

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

 a { background-color: rgb(111,25,58); }

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

border-color css

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

 span { border-color: rgb(111,25,58); }

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