#650917

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

Shades of Pohutukawa #650917

Tints of Pohutukawa #650917

Color information

#650917 (or 0x650917) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 17. RGB value is (101,9,23). Sum of RGB (Red+Green+Blue) = 101+9+23=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #650917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650917 is #9AF6E8. Grayscale: #262626. Windows color (decimal): -10155753 or 1509733. OLE color: 1509733.

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

Color convert

RGB101923-
CMYK00.910.770.60
HSL350.87º83.64%21.57%-
HSV(B)350.87º91.09%39.61%-
XYZ5.623.021.1-
YUV38.1119.48172.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=75.94%
G=6.77%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10192300.910.770.60350.8783.6421.57
Hex6591705B4D3C15f5416
Octal145112701331157453712426
Binary1100101100110111010110111001101111100101011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650917; }

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

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

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

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

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

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

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

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