Html Css Color HEX #6F103A Pompadour

📋 copy color: '#6F103A'

red 111 ◦ green 16 ◦ blue 58

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

Shades of Pompadour #6F103A

Tints of Pompadour #6F103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 60%
G = 8.65%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F103A (or 0x6F103A) is known color: Pompadour. HEX triplet: 6F, 10 and 3A. RGB value is (111,16,58). Sum of RGB (Red+Green+Blue) = 111+16+58=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F103A is #90EFC5. Grayscale: #313131. Windows color (decimal): -9498566 or 3805295. OLE color: 3805295.

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

Color convert

RGB 111 16 58 -
CMYK 0 0.86 0.48 0.56
HSL 333.47º 0.75% 0.25% -
HSV(B) 333.47º 0.86% 0.44% -
XYZ 7.5 4.06 4.39 -
YUV 49.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 111 16 58 0 0.86 0.48 0.56 333.47 0.75 0.25
Hex 6F 10 3A 0 56 30 38 14D 4B 19
Octal 157 20 72 0 126 60 70 515 113 31
Binary 1101111 10000 111010 0 1010110 110000 111000 101001101 1001011 11001

Color Harmonies of #6F103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F103A

Black with #6F103A

Text Example


Text Example

White with #6F103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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