Html Css Color HEX #65193C Pompadour

📋 copy color: '#65193C'

red 101 ◦ green 25 ◦ blue 60

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

Shades of Pompadour #65193C

Tints of Pompadour #65193C

RGB

 RED value IS 101 (39.84% from 255) = 54.3%

 GREEN value IS 25 (10.16% from 255) = 13.44%

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

R = 54.3%
G = 13.44%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65193C (or 0x65193C) is known color: Pompadour. HEX triplet: 65, 19 and 3C. RGB value is (101,25,60). Sum of RGB (Red+Green+Blue) = 101+25+60=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65193C is #9AE6C3. Grayscale: #333333. Windows color (decimal): -10151620 or 3938661. OLE color: 3938661.

HSL color Cylindrical-coordinate representation of color #65193C: hue angle of 332.37º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65193C is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 60 -
CMYK 0 0.75 0.41 0.60
HSL 332.37º 0.6% 0.25% -
HSV(B) 332.37º 0.75% 0.4% -
XYZ 6.53 3.79 4.66 -
YUV 51.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 101 25 60 0 0.75 0.41 0.60 332.37 0.6 0.25
Hex 65 19 3C 0 4B 29 3C 14C 3C 19
Octal 145 31 74 0 113 51 74 514 74 31
Binary 1100101 11001 111100 0 1001011 101001 111100 101001100 111100 11001

Color Harmonies of #65193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65193C

Black with #65193C

Text Example


Text Example

White with #65193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,25,60); }

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

background-color css

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

 a { background-color: rgb(101,25,60); }

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

border-color css

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

 span { border-color: rgb(101,25,60); }

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