Html Css Color HEX #6F193B Pompadour

📋 copy color: '#6F193B'

red 111 ◦ green 25 ◦ blue 59

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

Shades of Pompadour #6F193B

Tints of Pompadour #6F193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.26%

R = 56.92%
G = 12.82%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F193B (or 0x6F193B) is known color: Pompadour. HEX triplet: 6F, 19 and 3B. RGB value is (111,25,59). Sum of RGB (Red+Green+Blue) = 111+25+59=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F193B is #90E6C4. Grayscale: #363636. Windows color (decimal): -9496261 or 3873135. OLE color: 3873135.

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

Color convert

RGB 111 25 59 -
CMYK 0 0.77 0.47 0.56
HSL 336.28º 0.63% 0.27% -
HSV(B) 336.28º 0.77% 0.44% -
XYZ 7.69 4.39 4.58 -
YUV 54.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 111 25 59 0 0.77 0.47 0.56 336.28 0.63 0.27
Hex 6F 19 3B 0 4D 2F 38 150 3F 1B
Octal 157 31 73 0 115 57 70 520 77 33
Binary 1101111 11001 111011 0 1001101 101111 111000 101010000 111111 11011

Color Harmonies of #6F193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F193B

Black with #6F193B

Text Example


Text Example

White with #6F193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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