#641522

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

Shades of Pohutukawa #641522

Tints of Pohutukawa #641522

Color information

#641522 (or 0x641522) is unknown color: approx Pohutukawa. HEX triplet: 64, 15 and 22. RGB value is (100,21,34). Sum of RGB (Red+Green+Blue) = 100+21+34=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #641522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641522 is #9BEADD. Grayscale: #2E2E2E. Windows color (decimal): -10218206 or 2233700. OLE color: 2233700.

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

Color convert

RGB1002134-
CMYK00.790.660.61
HSL350.13º65.29%23.73%-
HSV(B)350.13º79%39.22%-
XYZ5.813.361.86-
YUV46.1121.17166.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.52%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=64.52%
G=13.55%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100213400.790.660.61350.1365.2923.73
Hex64152204F423D15e4118
Octal144254201171027553610130
Binary110010010101100010010011111000010111101101011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641522; }

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

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

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

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

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

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

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

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