#612328

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

Shades of Pohutukawa #612328

Tints of Pohutukawa #612328

Color information

#612328 (or 0x612328) is unknown color: approx Pohutukawa. HEX triplet: 61, 23 and 28. RGB value is (97,35,40). Sum of RGB (Red+Green+Blue) = 97+35+40=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612328 is #9EDCD7. Grayscale: #363636. Windows color (decimal): -10411224 or 2630497. OLE color: 2630497.

HSL color Cylindrical-coordinate representation of color #612328: hue angle of 355.16º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612328 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB973540-
CMYK00.640.590.62
HSL355.16º46.97%25.88%-
HSV(B)355.16º63.92%38.04%-
XYZ5.913.92.45-
YUV54.11120.04158.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=56.40%
G=20.35%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97354000.640.590.62355.1646.9725.88
Hex6123280403B3E1632f1a
Octal1414350010073765435732
Binary11000011000111010000100000011101111111010110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612328; }

 p { color: rgb(97,35,40); }

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

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

 a { background-color: rgb(97,35,40); }

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

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

 span { border-color: rgb(97,35,40); }

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