Html Css Color HEX #69143A Pompadour

📋 copy color: '#69143A'

red 105 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #69143A

Tints of Pompadour #69143A

RGB

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

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

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

R = 57.38%
G = 10.93%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69143A (or 0x69143A) is known color: Pompadour. HEX triplet: 69, 14 and 3A. RGB value is (105,20,58). Sum of RGB (Red+Green+Blue) = 105+20+58=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69143A is #96EBC5. Grayscale: #313131. Windows color (decimal): -9890758 or 3806313. OLE color: 3806313.

HSL color Cylindrical-coordinate representation of color #69143A: hue angle of 333.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69143A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 58 -
CMYK 0 0.81 0.45 0.59
HSL 333.18º 0.68% 0.25% -
HSV(B) 333.18º 0.81% 0.41% -
XYZ 6.84 3.81 4.38 -
YUV 49.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 105 20 58 0 0.81 0.45 0.59 333.18 0.68 0.25
Hex 69 14 3A 0 51 2D 3B 14D 44 19
Octal 151 24 72 0 121 55 73 515 104 31
Binary 1101001 10100 111010 0 1010001 101101 111011 101001101 1000100 11001

Color Harmonies of #69143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69143A

Black with #69143A

Text Example


Text Example

White with #69143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69143A; }

 p { color: rgb(105,20,58); }

 H1.HeaderClassName
 {
   color: #69143A;
 }
 .AnyTagClassName
 {
   color: #69143A;
 }
</style>

background-color css

<style>
 a { background-color: #69143A; }

 a { background-color: rgb(105,20,58); }

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

border-color css

<style>
 span { border-color: #69143A; }

 span { border-color: rgb(105,20,58); }

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