Html Css Color HEX #6F1438 Pompadour

📋 copy color: '#6F1438'

red 111 ◦ green 20 ◦ blue 56

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

Shades of Pompadour #6F1438

Tints of Pompadour #6F1438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.95%

R = 59.36%
G = 10.7%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F1438 (or 0x6F1438) is known color: Pompadour. HEX triplet: 6F, 14 and 38. RGB value is (111,20,56). Sum of RGB (Red+Green+Blue) = 111+20+56=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1438 is #90EBC7. Grayscale: #333333. Windows color (decimal): -9497544 or 3675247. OLE color: 3675247.

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

Color convert

RGB 111 20 56 -
CMYK 0 0.82 0.50 0.56
HSL 336.26º 0.69% 0.26% -
HSV(B) 336.26º 0.82% 0.44% -
XYZ 7.52 4.17 4.15 -
YUV 51.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 111 20 56 0 0.82 0.50 0.56 336.26 0.69 0.26
Hex 6F 14 38 0 52 32 38 150 45 1A
Octal 157 24 70 0 122 62 70 520 105 32
Binary 1101111 10100 111000 0 1010010 110010 111000 101010000 1000101 11010

Color Harmonies of #6F1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1438

Black with #6F1438

Text Example


Text Example

White with #6F1438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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