#65131B

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

Shades of Pohutukawa #65131B

Tints of Pohutukawa #65131B

Color information

#65131B (or 0x65131B) is unknown color: approx Pohutukawa. HEX triplet: 65, 13 and 1B. RGB value is (101,19,27). Sum of RGB (Red+Green+Blue) = 101+19+27=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #65131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65131B is #9AECE4. Grayscale: #2C2C2C. Windows color (decimal): -10153189 or 1774437. OLE color: 1774437.

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

Color convert

RGB1011927-
CMYK00.810.730.60
HSL354.15º68.33%23.53%-
HSV(B)354.15º81.19%39.61%-
XYZ5.83.311.37-
YUV44.43118.17168.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.71%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=68.71%
G=12.93%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101192700.810.730.60354.1568.3323.53
Hex65131B051493C1624418
Octal145233301211117454210430
Binary11001011001111011010100011001001111100101100010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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