#650910

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

Shades of Pohutukawa #650910

Tints of Pohutukawa #650910

Color information

#650910 (or 0x650910) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 10. RGB value is (101,9,16). Sum of RGB (Red+Green+Blue) = 101+9+16=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650910 is #9AF6EF. Grayscale: #252525. Windows color (decimal): -10155760 or 1050981. OLE color: 1050981.

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

Color convert

RGB101916-
CMYK00.910.840.60
HSL355.43º83.64%21.57%-
HSV(B)355.43º91.09%39.61%-
XYZ5.5630.78-
YUV37.31115.98173.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=80.16%
G=7.14%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10191600.910.840.60355.4383.6421.57
Hex6591005B543C1635416
Octal145112001331247454312426
Binary1100101100110000010110111010100111100101100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650910; }

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

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

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

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

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

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

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

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