#65112E

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

Shades of Pohutukawa #65112E

Tints of Pohutukawa #65112E

Color information

#65112E (or 0x65112E) is unknown color: approx Pohutukawa. HEX triplet: 65, 11 and 2E. RGB value is (101,17,46). Sum of RGB (Red+Green+Blue) = 101+17+46=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65112E is #9AEED1. Grayscale: #2D2D2D. Windows color (decimal): -10153682 or 3019109. OLE color: 3019109.

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

Color convert

RGB1011746-
CMYK00.830.540.60
HSL339.29º71.19%23.14%-
HSV(B)339.29º83.17%39.61%-
XYZ6.063.362.91-
YUV45.42128.33167.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=61.59%
G=10.37%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101174600.830.540.60339.2971.1923.14
Hex65112E053363C1534717
Octal14521560123667452310727
Binary11001011000110111001010011110110111100101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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