#641322

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

Shades of Pohutukawa #641322

Tints of Pohutukawa #641322

Color information

#641322 (or 0x641322) is unknown color: approx Pohutukawa. HEX triplet: 64, 13 and 22. RGB value is (100,19,34). Sum of RGB (Red+Green+Blue) = 100+19+34=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #641322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641322 is #9BECDD. Grayscale: #2C2C2C. Windows color (decimal): -10218718 or 2233188. OLE color: 2233188.

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

Color convert

RGB1001934-
CMYK00.810.660.61
HSL348.89º68.07%23.33%-
HSV(B)348.89º81%39.22%-
XYZ5.783.291.84-
YUV44.93121.84167.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.36%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=65.36%
G=12.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100193400.810.660.61348.8968.0723.33
Hex641322051423D15d4417
Octal144234201211027553510427
Binary110010010011100010010100011000010111101101011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641322; }

 p { color: rgb(100,19,34); }

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

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

 a { background-color: rgb(100,19,34); }

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

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

 span { border-color: rgb(100,19,34); }

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