#641A2E

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

Shades of Pohutukawa #641A2E

Tints of Pohutukawa #641A2E

Color information

#641A2E (or 0x641A2E) is unknown color: approx Pohutukawa. HEX triplet: 64, 1A and 2E. RGB value is (100,26,46). Sum of RGB (Red+Green+Blue) = 100+26+46=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #641A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A2E is #9BE5D1. Grayscale: #323232. Windows color (decimal): -10216914 or 3021412. OLE color: 3021412.

HSL color Cylindrical-coordinate representation of color #641A2E: hue angle of 343.78º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A2E is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1002646-
CMYK00.740.540.61
HSL343.78º58.73%24.71%-
HSV(B)343.78º74%39.22%-
XYZ6.123.652.97-
YUV50.41125.52163.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=58.14%
G=15.12%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100264600.740.540.61343.7858.7324.71
Hex641A2E04A363D1583b19
Octal1443256011266755307331
Binary1100100110101011100100101011011011110110101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641A2E; }

 p { color: rgb(100,26,46); }

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

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

 a { background-color: rgb(100,26,46); }

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

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

 span { border-color: rgb(100,26,46); }

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