#65111A

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

Shades of Pohutukawa #65111A

Tints of Pohutukawa #65111A

Color information

#65111A (or 0x65111A) is unknown color: approx Pohutukawa. HEX triplet: 65, 11 and 1A. RGB value is (101,17,26). Sum of RGB (Red+Green+Blue) = 101+17+26=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #65111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65111A is #9AEEE5. Grayscale: #2B2B2B. Windows color (decimal): -10153702 or 1708389. OLE color: 1708389.

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

Color convert

RGB1011726-
CMYK00.830.740.60
HSL353.57º71.19%23.14%-
HSV(B)353.57º83.17%39.61%-
XYZ5.753.241.3-
YUV43.14118.33169.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.14%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=70.14%
G=11.81%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101172600.830.740.60353.5771.1923.14
Hex65111A0534A3C1624717
Octal145213201231127454210727
Binary11001011000111010010100111001010111100101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65111A; }

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

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

<style>
 a { background-color: #65111A; }

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

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

<style>
 span { border-color: #65111A; }

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

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