#65152A

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

Shades of Pohutukawa #65152A

Tints of Pohutukawa #65152A

Color information

#65152A (or 0x65152A) is unknown color: approx Pohutukawa. HEX triplet: 65, 15 and 2A. RGB value is (101,21,42). Sum of RGB (Red+Green+Blue) = 101+21+42=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65152A is #9AEAD5. Grayscale: #2F2F2F. Windows color (decimal): -10152662 or 2757989. OLE color: 2757989.

HSL color Cylindrical-coordinate representation of color #65152A: hue angle of 344.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65152A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1012142-
CMYK00.790.580.60
HSL344.25º65.57%23.92%-
HSV(B)344.25º79.21%39.61%-
XYZ6.053.472.54-
YUV47.31125166.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=61.59%
G=12.80%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101214200.790.580.60344.2565.5723.92
Hex65152A04F3A3C1584218
Octal14525520117727453010230
Binary11001011010110101001001111111010111100101011000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65152A; }

 p { color: rgb(101,21,42); }

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

<style>
 a { background-color: #65152A; }

 a { background-color: rgb(101,21,42); }

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

<style>
 span { border-color: #65152A; }

 span { border-color: rgb(101,21,42); }

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