Html Css Color HEX #6F123B Pompadour

📋 copy color: '#6F123B'

red 111 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #6F123B

Tints of Pompadour #6F123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

 BLUE value IS 59 (23.44% from 255) = 31.38%

R = 59.04%
G = 9.57%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F123B (or 0x6F123B) is known color: Pompadour. HEX triplet: 6F, 12 and 3B. RGB value is (111,18,59). Sum of RGB (Red+Green+Blue) = 111+18+59=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123B is #90EDC4. Grayscale: #323232. Windows color (decimal): -9498053 or 3871343. OLE color: 3871343.

HSL color Cylindrical-coordinate representation of color #6F123B: hue angle of 333.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F123B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 59 -
CMYK 0 0.84 0.47 0.56
HSL 333.55º 0.72% 0.25% -
HSV(B) 333.55º 0.84% 0.44% -
XYZ 7.56 4.13 4.54 -
YUV 50.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 111 18 59 0 0.84 0.47 0.56 333.55 0.72 0.25
Hex 6F 12 3B 0 54 2F 38 14E 48 19
Octal 157 22 73 0 124 57 70 516 110 31
Binary 1101111 10010 111011 0 1010100 101111 111000 101001110 1001000 11001

Color Harmonies of #6F123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F123B

Black with #6F123B

Text Example


Text Example

White with #6F123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,59); }

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

background-color css

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

 a { background-color: rgb(111,18,59); }

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

border-color css

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

 span { border-color: rgb(111,18,59); }

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