#65161B

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

Shades of Pohutukawa #65161B

Tints of Pohutukawa #65161B

Color information

#65161B (or 0x65161B) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 1B. RGB value is (101,22,27). Sum of RGB (Red+Green+Blue) = 101+22+27=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65161B is #9AE9E4. Grayscale: #2E2E2E. Windows color (decimal): -10152421 or 1775205. OLE color: 1775205.

HSL color Cylindrical-coordinate representation of color #65161B: hue angle of 356.2º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65161B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1012227-
CMYK00.780.730.60
HSL356.2º64.23%24.12%-
HSV(B)356.2º78.22%39.61%-
XYZ5.853.421.39-
YUV46.19117.17167.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.33%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=67.33%
G=14.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101222700.780.730.60356.264.2324.12
Hex65161B04E493C1644018
Octal145263301161117454410030
Binary11001011011011011010011101001001111100101100100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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