#65091E

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

Shades of Pohutukawa #65091E

Tints of Pohutukawa #65091E

Color information

#65091E (or 0x65091E) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 1E. RGB value is (101,9,30). Sum of RGB (Red+Green+Blue) = 101+9+30=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #65091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65091E is #9AF6E1. Grayscale: #262626. Windows color (decimal): -10155746 or 1968485. OLE color: 1968485.

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

Color convert

RGB101930-
CMYK00.910.700.60
HSL346.3º83.64%21.57%-
HSV(B)346.3º91.09%39.61%-
XYZ5.73.061.52-
YUV38.9122.98172.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 72.14%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=72.14%
G=6.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10193000.910.700.60346.383.6421.57
Hex6591E05B463C15a5416
Octal145113601331067453212426
Binary1100101100111110010110111000110111100101011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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