Html Css Color HEX #651334 Pompadour

📋 copy color: '#651334'

red 101 ◦ green 19 ◦ blue 52

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

Shades of Pompadour #651334

Tints of Pompadour #651334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 58.72%
G = 11.05%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#651334 (or 0x651334) is known color: Pompadour. HEX triplet: 65, 13 and 34. RGB value is (101,19,52). Sum of RGB (Red+Green+Blue) = 101+19+52=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #651334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651334 is #9AECCB. Grayscale: #2F2F2F. Windows color (decimal): -10153164 or 3412837. OLE color: 3412837.

HSL color Cylindrical-coordinate representation of color #651334: hue angle of 335.85º 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 #651334 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 52 -
CMYK 0 0.81 0.49 0.60
HSL 335.85º 0.68% 0.24% -
HSV(B) 335.85º 0.81% 0.4% -
XYZ 6.22 3.48 3.59 -
YUV 47.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 101 19 52 0 0.81 0.49 0.60 335.85 0.68 0.24
Hex 65 13 34 0 51 31 3C 150 44 18
Octal 145 23 64 0 121 61 74 520 104 30
Binary 1100101 10011 110100 0 1010001 110001 111100 101010000 1000100 11000

Color Harmonies of #651334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651334

Black with #651334

Text Example


Text Example

White with #651334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651334; }

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

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

background-color css

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

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

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

border-color css

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

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

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