Html Css Color HEX #6F143E Pompadour

📋 copy color: '#6F143E'

red 111 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #6F143E

Tints of Pompadour #6F143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 57.51%
G = 10.36%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F143E (or 0x6F143E) is known color: Pompadour. HEX triplet: 6F, 14 and 3E. RGB value is (111,20,62). Sum of RGB (Red+Green+Blue) = 111+20+62=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F143E is #90EBC1. Grayscale: #333333. Windows color (decimal): -9497538 or 4068463. OLE color: 4068463.

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

Color convert

RGB 111 20 62 -
CMYK 0 0.82 0.44 0.56
HSL 332.31º 0.69% 0.26% -
HSV(B) 332.31º 0.82% 0.44% -
XYZ 7.68 4.23 4.97 -
YUV 52 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 111 20 62 0 0.82 0.44 0.56 332.31 0.69 0.26
Hex 6F 14 3E 0 52 2C 38 14C 45 1A
Octal 157 24 76 0 122 54 70 514 105 32
Binary 1101111 10100 111110 0 1010010 101100 111000 101001100 1000101 11010

Color Harmonies of #6F143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F143E

Black with #6F143E

Text Example


Text Example

White with #6F143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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