#651329

Color #651329 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #651329

Tints of Pohutukawa #651329

Color information

#651329 (or 0x651329) is unknown color: approx Pohutukawa. HEX triplet: 65, 13 and 29. RGB value is (101,19,41). Sum of RGB (Red+Green+Blue) = 101+19+41=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #651329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651329 is #9AECD6. Grayscale: #2E2E2E. Windows color (decimal): -10153175 or 2691941. OLE color: 2691941.

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

Color convert

RGB1011941-
CMYK00.810.590.60
HSL343.9º68.33%23.53%-
HSV(B)343.9º81.19%39.61%-
XYZ63.392.44-
YUV46.03125.17167.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.73%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=62.73%
G=11.80%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101194100.810.590.60343.968.3323.53
Hex6513290513B3C1584418
Octal14523510121737453010430
Binary11001011001110100101010001111011111100101011000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651329; }

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

 H1.HeaderClassName
 {
   color: #651329;
 }
 .AnyTagClassName
 {
   color: #651329;
 }
</style>
background-color css

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

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

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

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

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

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