Html Css Color HEX #69143C Pompadour

📋 copy color: '#69143C'

red 105 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #69143C

Tints of Pompadour #69143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 56.76%
G = 10.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#69143C (or 0x69143C) is known color: Pompadour. HEX triplet: 69, 14 and 3C. RGB value is (105,20,60). Sum of RGB (Red+Green+Blue) = 105+20+60=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69143C is #96EBC3. Grayscale: #313131. Windows color (decimal): -9890756 or 3937385. OLE color: 3937385.

HSL color Cylindrical-coordinate representation of color #69143C: hue angle of 331.76º 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 #69143C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 60 -
CMYK 0 0.81 0.43 0.59
HSL 331.76º 0.68% 0.25% -
HSV(B) 331.76º 0.81% 0.41% -
XYZ 6.89 3.83 4.65 -
YUV 49.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 105 20 60 0 0.81 0.43 0.59 331.76 0.68 0.25
Hex 69 14 3C 0 51 2B 3B 14C 44 19
Octal 151 24 74 0 121 53 73 514 104 31
Binary 1101001 10100 111100 0 1010001 101011 111011 101001100 1000100 11001

Color Harmonies of #69143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69143C

Black with #69143C

Text Example


Text Example

White with #69143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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