#641014

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

Shades of Pohutukawa #641014

Tints of Pohutukawa #641014

Color information

#641014 (or 0x641014) is unknown color: approx Pohutukawa. HEX triplet: 64, 10 and 14. RGB value is (100,16,20). Sum of RGB (Red+Green+Blue) = 100+16+20=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641014 is #9BEFEB. Grayscale: #292929. Windows color (decimal): -10219500 or 1314916. OLE color: 1314916.

HSL color Cylindrical-coordinate representation of color #641014: hue angle of 357.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641014 is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB1001620-
CMYK00.840.80.61
HSL357.14º72.41%22.75%-
HSV(B)357.14º84%39.22%-
XYZ5.573.130.97-
YUV41.57115.83169.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 73.53%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=73.53%
G=11.76%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100162000.840.80.61357.1472.4122.75
Hex641014054503D1654817
Octal144202401241207554511027
Binary11001001000010100010101001010000111101101100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641014; }

 p { color: rgb(100,16,20); }

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

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

 a { background-color: rgb(100,16,20); }

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

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

 span { border-color: rgb(100,16,20); }

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