#641729

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

Shades of Pohutukawa #641729

Tints of Pohutukawa #641729

Color information

#641729 (or 0x641729) is unknown color: approx Pohutukawa. HEX triplet: 64, 17 and 29. RGB value is (100,23,41). Sum of RGB (Red+Green+Blue) = 100+23+41=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #641729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641729 is #9BE8D6. Grayscale: #303030. Windows color (decimal): -10217687 or 2692964. OLE color: 2692964.

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

Color convert

RGB1002341-
CMYK00.770.590.61
HSL345.97º62.6%24.12%-
HSV(B)345.97º77%39.22%-
XYZ5.963.482.46-
YUV48.08124.01165.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 41 (16.41% from 255) = 25%
R=60.98%
G=14.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100234100.770.590.61345.9762.624.12
Hex64172904D3B3D15a3f18
Octal1442751011573755327730
Binary1100100101111010010100110111101111110110101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641729; }

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

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

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

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

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

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

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

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