#65091F

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

Shades of Pohutukawa #65091F

Tints of Pohutukawa #65091F

Color information

#65091F (or 0x65091F) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 1F. RGB value is (101,9,31). Sum of RGB (Red+Green+Blue) = 101+9+31=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #65091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65091F is #9AF6E0. Grayscale: #272727. Windows color (decimal): -10155745 or 2034021. OLE color: 2034021.

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

Color convert

RGB101931-
CMYK00.910.690.60
HSL345.65º83.64%21.57%-
HSV(B)345.65º91.09%39.61%-
XYZ5.713.061.59-
YUV39.02123.48172.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=71.63%
G=6.38%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10193100.910.690.60345.6583.6421.57
Hex6591F05B453C15a5416
Octal145113701331057453212426
Binary1100101100111111010110111000101111100101011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65091F; }

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

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

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

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

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

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

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

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