#651327

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

Shades of Pohutukawa #651327

Tints of Pohutukawa #651327

Color information

#651327 (or 0x651327) is unknown color: approx Pohutukawa. HEX triplet: 65, 13 and 27. RGB value is (101,19,39). Sum of RGB (Red+Green+Blue) = 101+19+39=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651327 is #9AECD8. Grayscale: #2D2D2D. Windows color (decimal): -10153177 or 2560869. OLE color: 2560869.

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

Color convert

RGB1011939-
CMYK00.810.610.60
HSL345.37º68.33%23.53%-
HSV(B)345.37º81.19%39.61%-
XYZ5.973.382.26-
YUV45.8124.17167.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=63.52%
G=11.95%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101193900.810.610.60345.3768.3323.53
Hex6513270513D3C1594418
Octal14523470121757453110430
Binary11001011001110011101010001111101111100101011001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651327; }

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

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

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

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

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

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

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

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