#650E2E

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

Shades of Pohutukawa #650E2E

Tints of Pohutukawa #650E2E

Color information

#650E2E (or 0x650E2E) is unknown color: approx Pohutukawa. HEX triplet: 65, 0E and 2E. RGB value is (101,14,46). Sum of RGB (Red+Green+Blue) = 101+14+46=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #650E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E2E is #9AF1D1. Grayscale: #2B2B2B. Windows color (decimal): -10154450 or 3018341. OLE color: 3018341.

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

Color convert

RGB1011446-
CMYK00.860.540.60
HSL337.93º75.65%22.55%-
HSV(B)337.93º86.14%39.61%-
XYZ6.023.282.9-
YUV43.66129.32168.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.73%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=62.73%
G=8.70%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101144600.860.540.60337.9375.6522.55
Hex65E2E056363C1524c17
Octal14516560126667452211427
Binary1100101111010111001010110110110111100101010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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