#650914

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

Shades of Pohutukawa #650914

Tints of Pohutukawa #650914

Color information

#650914 (or 0x650914) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 14. RGB value is (101,9,20). Sum of RGB (Red+Green+Blue) = 101+9+20=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #650914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650914 is #9AF6EB. Grayscale: #252525. Windows color (decimal): -10155756 or 1313125. OLE color: 1313125.

HSL color Cylindrical-coordinate representation of color #650914: hue angle of 352.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650914 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB101920-
CMYK00.910.800.60
HSL352.83º83.64%21.57%-
HSV(B)352.83º91.09%39.61%-
XYZ5.593.010.95-
YUV37.76117.98173.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=77.69%
G=6.92%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10192000.910.800.60352.8383.6421.57
Hex6591405B503C1615416
Octal145112401331207454112426
Binary1100101100110100010110111010000111100101100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650914; }

 p { color: rgb(101,9,20); }

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

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

 a { background-color: rgb(101,9,20); }

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

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

 span { border-color: rgb(101,9,20); }

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