#65142D

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

Shades of Pohutukawa #65142D

Tints of Pohutukawa #65142D

Color information

#65142D (or 0x65142D) is unknown color: approx Pohutukawa. HEX triplet: 65, 14 and 2D. RGB value is (101,20,45). Sum of RGB (Red+Green+Blue) = 101+20+45=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65142D is #9AEBD2. Grayscale: #2F2F2F. Windows color (decimal): -10152915 or 2954341. OLE color: 2954341.

HSL color Cylindrical-coordinate representation of color #65142D: hue angle of 341.48º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65142D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1012045-
CMYK00.800.550.60
HSL341.48º66.94%23.73%-
HSV(B)341.48º80.2%39.61%-
XYZ6.093.462.83-
YUV47.07126.84166.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=60.84%
G=12.05%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101204500.800.550.60341.4866.9423.73
Hex65142D050373C1554318
Octal14524550120677452510330
Binary11001011010010110101010000110111111100101010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,20,45); }

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

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

 a { background-color: rgb(101,20,45); }

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

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

 span { border-color: rgb(101,20,45); }

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