#651526

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

Shades of Pohutukawa #651526

Tints of Pohutukawa #651526

Color information

#651526 (or 0x651526) is unknown color: approx Pohutukawa. HEX triplet: 65, 15 and 26. RGB value is (101,21,38). Sum of RGB (Red+Green+Blue) = 101+21+38=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #651526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651526 is #9AEAD9. Grayscale: #2E2E2E. Windows color (decimal): -10152666 or 2495845. OLE color: 2495845.

HSL color Cylindrical-coordinate representation of color #651526: hue angle of 347.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 #651526 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB1012138-
CMYK00.790.620.60
HSL347.25º65.57%23.92%-
HSV(B)347.25º79.21%39.61%-
XYZ5.983.442.18-
YUV46.86123166.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=63.12%
G=13.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101213800.790.620.60347.2565.5723.92
Hex65152604F3E3C15b4218
Octal14525460117767453310230
Binary11001011010110011001001111111110111100101011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651526; }

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

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

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

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

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

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

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

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