#650714

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

Shades of Pohutukawa #650714

Tints of Pohutukawa #650714

Color information

#650714 (or 0x650714) is unknown color: approx Pohutukawa. HEX triplet: 65, 07 and 14. RGB value is (101,7,20). Sum of RGB (Red+Green+Blue) = 101+7+20=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650714 is #9AF8EB. Grayscale: #242424. Windows color (decimal): -10156268 or 1312613. OLE color: 1312613.

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

Color convert

RGB101720-
CMYK00.930.800.60
HSL351.7º87.04%21.18%-
HSV(B)351.7º93.07%39.61%-
XYZ5.572.970.94-
YUV36.59118.64173.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=78.91%
G=5.47%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10172000.930.800.60351.787.0421.18
Hex6571405D503C1605715
Octal14572401351207454012725
Binary110010111110100010111011010000111100101100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650714; }

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

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

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

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

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

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

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

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