#650B0E

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

Shades of Pohutukawa #650B0E

Tints of Pohutukawa #650B0E

Color information

#650B0E (or 0x650B0E) is unknown color: approx Pohutukawa. HEX triplet: 65, 0B and 0E. RGB value is (101,11,14). Sum of RGB (Red+Green+Blue) = 101+11+14=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650B0E is #9AF4F1. Grayscale: #262626. Windows color (decimal): -10155250 or 920421. OLE color: 920421.

HSL color Cylindrical-coordinate representation of color #650B0E: hue angle of 358º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B0E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1011114-
CMYK00.890.860.60
HSL358º80.36%21.96%-
HSV(B)358º89.11%39.61%-
XYZ5.573.040.71-
YUV38.25114.32172.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=80.16%
G=8.73%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101111400.890.860.6035880.3621.96
Hex65BE059563C1665016
Octal145131601311267454612026
Binary110010110111110010110011010110111100101100110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650B0E; }

 p { color: rgb(101,11,14); }

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

<style>
 a { background-color: #650B0E; }

 a { background-color: rgb(101,11,14); }

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

<style>
 span { border-color: #650B0E; }

 span { border-color: rgb(101,11,14); }

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