Html Css Color HEX #6F153F Pompadour

📋 copy color: '#6F153F'

red 111 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #6F153F

Tints of Pompadour #6F153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 63 (25% from 255) = 32.31%

R = 56.92%
G = 10.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F153F (or 0x6F153F) is known color: Pompadour. HEX triplet: 6F, 15 and 3F. RGB value is (111,21,63). Sum of RGB (Red+Green+Blue) = 111+21+63=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F153F is #90EAC0. Grayscale: #343434. Windows color (decimal): -9497281 or 4134255. OLE color: 4134255.

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

Color convert

RGB 111 21 63 -
CMYK 0 0.81 0.43 0.56
HSL 332º 0.68% 0.26% -
HSV(B) 332º 0.81% 0.44% -
XYZ 7.72 4.27 5.12 -
YUV 52.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 111 21 63 0 0.81 0.43 0.56 332 0.68 0.26
Hex 6F 15 3F 0 51 2B 38 14C 44 1A
Octal 157 25 77 0 121 53 70 514 104 32
Binary 1101111 10101 111111 0 1010001 101011 111000 101001100 1000100 11010

Color Harmonies of #6F153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F153F

Black with #6F153F

Text Example


Text Example

White with #6F153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,63); }

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

background-color css

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

 a { background-color: rgb(111,21,63); }

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

border-color css

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

 span { border-color: rgb(111,21,63); }

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