Html Css Color HEX #65163F Pompadour

📋 copy color: '#65163F'

red 101 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #65163F

Tints of Pompadour #65163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 54.3%
G = 11.83%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65163F (or 0x65163F) is known color: Pompadour. HEX triplet: 65, 16 and 3F. RGB value is (101,22,63). Sum of RGB (Red+Green+Blue) = 101+22+63=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65163F is #9AE9C0. Grayscale: #323232. Windows color (decimal): -10152385 or 4134501. OLE color: 4134501.

HSL color Cylindrical-coordinate representation of color #65163F: hue angle of 328.86º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65163F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 22 63 -
CMYK 0 0.78 0.38 0.60
HSL 328.86º 0.64% 0.24% -
HSV(B) 328.86º 0.78% 0.4% -
XYZ 6.55 3.7 5.07 -
YUV 50.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 101 22 63 0 0.78 0.38 0.60 328.86 0.64 0.24
Hex 65 16 3F 0 4E 26 3C 149 40 18
Octal 145 26 77 0 116 46 74 511 100 30
Binary 1100101 10110 111111 0 1001110 100110 111100 101001001 1000000 11000

Color Harmonies of #65163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65163F

Black with #65163F

Text Example


Text Example

White with #65163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65163F; }

 p { color: rgb(101,22,63); }

 H1.HeaderClassName
 {
   color: #65163F;
 }
 .AnyTagClassName
 {
   color: #65163F;
 }
</style>

background-color css

<style>
 a { background-color: #65163F; }

 a { background-color: rgb(101,22,63); }

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

border-color css

<style>
 span { border-color: #65163F; }

 span { border-color: rgb(101,22,63); }

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