#641723

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

Shades of Pohutukawa #641723

Tints of Pohutukawa #641723

Color information

#641723 (or 0x641723) is unknown color: approx Pohutukawa. HEX triplet: 64, 17 and 23. RGB value is (100,23,35). Sum of RGB (Red+Green+Blue) = 100+23+35=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #641723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641723 is #9BE8DC. Grayscale: #2F2F2F. Windows color (decimal): -10217693 or 2299748. OLE color: 2299748.

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

Color convert

RGB1002335-
CMYK00.770.650.61
HSL350.65º62.6%24.12%-
HSV(B)350.65º77%39.22%-
XYZ5.873.441.95-
YUV47.39121.01165.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.29%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=63.29%
G=14.56%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100233500.770.650.61350.6562.624.12
Hex64172304D413D15f3f18
Octal14427430115101755377730
Binary11001001011110001101001101100000111110110101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641723; }

 p { color: rgb(100,23,35); }

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

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

 a { background-color: rgb(100,23,35); }

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

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

 span { border-color: rgb(100,23,35); }

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