#641315

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

Shades of Pohutukawa #641315

Tints of Pohutukawa #641315

Color information

#641315 (or 0x641315) is unknown color: approx Pohutukawa. HEX triplet: 64, 13 and 15. RGB value is (100,19,21). Sum of RGB (Red+Green+Blue) = 100+19+21=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641315 is #9BECEA. Grayscale: #2B2B2B. Windows color (decimal): -10218731 or 1381220. OLE color: 1381220.

HSL color Cylindrical-coordinate representation of color #641315: hue angle of 358.52º 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 #641315 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1001921-
CMYK00.810.790.61
HSL358.52º68.07%23.33%-
HSV(B)358.52º81%39.22%-
XYZ5.623.231.04-
YUV43.45115.34168.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 21 (8.59% from 255) = 15%
R=71.43%
G=13.57%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100192100.810.790.61358.5268.0723.33
Hex6413150514F3D1674417
Octal144232501211177554710427
Binary11001001001110101010100011001111111101101100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641315; }

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

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

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

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

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

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

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

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