#65161D

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

Shades of Pohutukawa #65161D

Tints of Pohutukawa #65161D

Color information

#65161D (or 0x65161D) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 1D. RGB value is (101,22,29). Sum of RGB (Red+Green+Blue) = 101+22+29=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65161D is #9AE9E2. Grayscale: #2E2E2E. Windows color (decimal): -10152419 or 1906277. OLE color: 1906277.

HSL color Cylindrical-coordinate representation of color #65161D: hue angle of 354.68º 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 #65161D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1012229-
CMYK00.780.710.60
HSL354.68º64.23%24.12%-
HSV(B)354.68º78.22%39.61%-
XYZ5.883.431.51-
YUV46.42118.17166.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.45%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=66.45%
G=14.47%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101222900.780.710.60354.6864.2324.12
Hex65161D04E473C1634018
Octal145263501161077454310030
Binary11001011011011101010011101000111111100101100011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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