Html Css Color HEX #65133F Pompadour

📋 copy color: '#65133F'

red 101 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #65133F

Tints of Pompadour #65133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 55.19%
G = 10.38%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65133F (or 0x65133F) is known color: Pompadour. HEX triplet: 65, 13 and 3F. RGB value is (101,19,63). Sum of RGB (Red+Green+Blue) = 101+19+63=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65133F is #9AECC0. Grayscale: #303030. Windows color (decimal): -10153153 or 4133733. OLE color: 4133733.

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

Color convert

RGB 101 19 63 -
CMYK 0 0.81 0.38 0.60
HSL 327.8º 0.68% 0.24% -
HSV(B) 327.8º 0.81% 0.4% -
XYZ 6.5 3.59 5.05 -
YUV 48.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 101 19 63 0 0.81 0.38 0.60 327.8 0.68 0.24
Hex 65 13 3F 0 51 26 3C 148 44 18
Octal 145 23 77 0 121 46 74 510 104 30
Binary 1100101 10011 111111 0 1010001 100110 111100 101001000 1000100 11000

Color Harmonies of #65133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65133F

Black with #65133F

Text Example


Text Example

White with #65133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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