#65090A

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

Shades of Pohutukawa #65090A

Tints of Pohutukawa #65090A

Color information

#65090A (or 0x65090A) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 0A. RGB value is (101,9,10). Sum of RGB (Red+Green+Blue) = 101+9+10=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #65090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65090A is #9AF6F5. Grayscale: #242424. Windows color (decimal): -10155766 or 657765. OLE color: 657765.

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

Color convert

RGB101910-
CMYK00.910.900.60
HSL359.35º83.64%21.57%-
HSV(B)359.35º91.09%39.61%-
XYZ5.522.980.57-
YUV36.62112.98173.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=84.17%
G=7.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10191000.910.900.60359.3583.6421.57
Hex659A05B5A3C1675416
Octal145111201331327454712426
Binary110010110011010010110111011010111100101100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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