#65091B

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

Shades of Pohutukawa #65091B

Tints of Pohutukawa #65091B

Color information

#65091B (or 0x65091B) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 1B. RGB value is (101,9,27). Sum of RGB (Red+Green+Blue) = 101+9+27=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #65091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65091B is #9AF6E4. Grayscale: #262626. Windows color (decimal): -10155749 or 1771877. OLE color: 1771877.

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

Color convert

RGB101927-
CMYK00.910.730.60
HSL348.26º83.64%21.57%-
HSV(B)348.26º91.09%39.61%-
XYZ5.663.041.33-
YUV38.56121.48172.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.72%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=73.72%
G=6.57%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10192700.910.730.60348.2683.6421.57
Hex6591B05B493C15c5416
Octal145113301331117453412426
Binary1100101100111011010110111001001111100101011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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