Html Css Color HEX #6F163A Pompadour

📋 copy color: '#6F163A'

red 111 ◦ green 22 ◦ blue 58

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

Shades of Pompadour #6F163A

Tints of Pompadour #6F163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 58.12%
G = 11.52%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F163A (or 0x6F163A) is known color: Pompadour. HEX triplet: 6F, 16 and 3A. RGB value is (111,22,58). Sum of RGB (Red+Green+Blue) = 111+22+58=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F163A is #90E9C5. Grayscale: #343434. Windows color (decimal): -9497030 or 3806831. OLE color: 3806831.

HSL color Cylindrical-coordinate representation of color #6F163A: hue angle of 335.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F163A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 58 -
CMYK 0 0.80 0.48 0.56
HSL 335.73º 0.67% 0.26% -
HSV(B) 335.73º 0.8% 0.44% -
XYZ 7.61 4.26 4.42 -
YUV 52.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 111 22 58 0 0.80 0.48 0.56 335.73 0.67 0.26
Hex 6F 16 3A 0 50 30 38 150 43 1A
Octal 157 26 72 0 120 60 70 520 103 32
Binary 1101111 10110 111010 0 1010000 110000 111000 101010000 1000011 11010

Color Harmonies of #6F163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F163A

Black with #6F163A

Text Example


Text Example

White with #6F163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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