#651726

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

Shades of Pohutukawa #651726

Tints of Pohutukawa #651726

Color information

#651726 (or 0x651726) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 26. RGB value is (101,23,38). Sum of RGB (Red+Green+Blue) = 101+23+38=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #651726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651726 is #9AE8D9. Grayscale: #303030. Windows color (decimal): -10152154 or 2496357. OLE color: 2496357.

HSL color Cylindrical-coordinate representation of color #651726: hue angle of 348.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651726 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB1012338-
CMYK00.770.620.60
HSL348.46º62.9%24.31%-
HSV(B)348.46º77.23%39.61%-
XYZ6.023.522.2-
YUV48.03122.34165.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=62.35%
G=14.20%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101233800.770.620.60348.4662.924.31
Hex65172604D3E3C15c3f18
Octal1452746011576745347730
Binary1100101101111001100100110111111011110010101110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651726; }

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

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

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

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

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

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

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

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