#65090E

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

Shades of Pohutukawa #65090E

Tints of Pohutukawa #65090E

Color information

#65090E (or 0x65090E) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 0E. RGB value is (101,9,14). Sum of RGB (Red+Green+Blue) = 101+9+14=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #65090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65090E is #9AF6F1. Grayscale: #252525. Windows color (decimal): -10155762 or 919909. OLE color: 919909.

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

Color convert

RGB101914-
CMYK00.910.860.60
HSL356.74º83.64%21.57%-
HSV(B)356.74º91.09%39.61%-
XYZ5.542.990.7-
YUV37.08114.98173.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=81.45%
G=7.26%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10191400.910.860.60356.7483.6421.57
Hex659E05B563C1655416
Octal145111601331267454512426
Binary110010110011110010110111010110111100101100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65090E; }

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

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

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

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

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

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

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

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