#651729

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

Shades of Pohutukawa #651729

Tints of Pohutukawa #651729

Color information

#651729 (or 0x651729) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 29. RGB value is (101,23,41). Sum of RGB (Red+Green+Blue) = 101+23+41=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #651729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651729 is #9AE8D6. Grayscale: #303030. Windows color (decimal): -10152151 or 2692965. OLE color: 2692965.

HSL color Cylindrical-coordinate representation of color #651729: hue angle of 346.15º 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 #651729 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1012341-
CMYK00.770.590.60
HSL346.15º62.9%24.31%-
HSV(B)346.15º77.23%39.61%-
XYZ6.073.542.46-
YUV48.37123.84165.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=61.21%
G=13.94%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101234100.770.590.60346.1562.924.31
Hex65172904D3B3C15a3f18
Octal1452751011573745327730
Binary1100101101111010010100110111101111110010101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651729; }

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

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

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

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

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

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

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

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