Html Css Color HEX #6F143A Pompadour

📋 copy color: '#6F143A'

red 111 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #6F143A

Tints of Pompadour #6F143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 58.73%
G = 10.58%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F143A (or 0x6F143A) is known color: Pompadour. HEX triplet: 6F, 14 and 3A. RGB value is (111,20,58). Sum of RGB (Red+Green+Blue) = 111+20+58=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F143A is #90EBC5. Grayscale: #333333. Windows color (decimal): -9497542 or 3806319. OLE color: 3806319.

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

Color convert

RGB 111 20 58 -
CMYK 0 0.82 0.48 0.56
HSL 334.95º 0.69% 0.26% -
HSV(B) 334.95º 0.82% 0.44% -
XYZ 7.57 4.19 4.41 -
YUV 51.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 111 20 58 0 0.82 0.48 0.56 334.95 0.69 0.26
Hex 6F 14 3A 0 52 30 38 14F 45 1A
Octal 157 24 72 0 122 60 70 517 105 32
Binary 1101111 10100 111010 0 1010010 110000 111000 101001111 1000101 11010

Color Harmonies of #6F143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F143A

Black with #6F143A

Text Example


Text Example

White with #6F143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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