#65112D

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

Shades of Pohutukawa #65112D

Tints of Pohutukawa #65112D

Color information

#65112D (or 0x65112D) is unknown color: approx Pohutukawa. HEX triplet: 65, 11 and 2D. RGB value is (101,17,45). Sum of RGB (Red+Green+Blue) = 101+17+45=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65112D is #9AEED2. Grayscale: #2D2D2D. Windows color (decimal): -10153683 or 2953573. OLE color: 2953573.

HSL color Cylindrical-coordinate representation of color #65112D: hue angle of 340º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65112D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1011745-
CMYK00.830.550.60
HSL340º71.19%23.14%-
HSV(B)340º83.17%39.61%-
XYZ6.043.362.81-
YUV45.31127.83167.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.96%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=61.96%
G=10.43%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101174500.830.550.6034071.1923.14
Hex65112D053373C1544717
Octal14521550123677452410727
Binary11001011000110110101010011110111111100101010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65112D; }

 p { color: rgb(101,17,45); }

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

<style>
 a { background-color: #65112D; }

 a { background-color: rgb(101,17,45); }

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

<style>
 span { border-color: #65112D; }

 span { border-color: rgb(101,17,45); }

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