Html Css Color HEX #69113B Pompadour

📋 copy color: '#69113B'

red 105 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #69113B

Tints of Pompadour #69113B

RGB

 RED value IS 105 (41.41% from 255) = 58.01%

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 58.01%
G = 9.39%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#69113B (or 0x69113B) is known color: Pompadour. HEX triplet: 69, 11 and 3B. RGB value is (105,17,59). Sum of RGB (Red+Green+Blue) = 105+17+59=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69113B is #96EEC4. Grayscale: #303030. Windows color (decimal): -9891525 or 3871081. OLE color: 3871081.

HSL color Cylindrical-coordinate representation of color #69113B: hue angle of 331.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69113B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 59 -
CMYK 0 0.84 0.44 0.59
HSL 331.36º 0.72% 0.24% -
HSV(B) 331.36º 0.84% 0.41% -
XYZ 6.82 3.72 4.5 -
YUV 48.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 105 17 59 0 0.84 0.44 0.59 331.36 0.72 0.24
Hex 69 11 3B 0 54 2C 3B 14B 48 18
Octal 151 21 73 0 124 54 73 513 110 30
Binary 1101001 10001 111011 0 1010100 101100 111011 101001011 1001000 11000

Color Harmonies of #69113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69113B

Black with #69113B

Text Example


Text Example

White with #69113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69113B; }

 p { color: rgb(105,17,59); }

 H1.HeaderClassName
 {
   color: #69113B;
 }
 .AnyTagClassName
 {
   color: #69113B;
 }
</style>

background-color css

<style>
 a { background-color: #69113B; }

 a { background-color: rgb(105,17,59); }

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

border-color css

<style>
 span { border-color: #69113B; }

 span { border-color: rgb(105,17,59); }

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