#620317

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

Shades of Pohutukawa #620317

Tints of Pohutukawa #620317

Color information

#620317 (or 0x620317) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 17. RGB value is (98,3,23). Sum of RGB (Red+Green+Blue) = 98+3+23=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620317 is #9DFCE8. Grayscale: #212121. Windows color (decimal): -10353897 or 1508194. OLE color: 1508194.

HSL color Cylindrical-coordinate representation of color #620317: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620317 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB98323-
CMYK00.970.770.62
HSL347.37º94.06%19.8%-
HSV(B)347.37º96.94%38.43%-
XYZ5.222.721.06-
YUV33.68121.97173.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=79.03%
G=2.42%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9832300.970.770.62347.3794.0619.8
Hex623170614D3E15b5e14
Octal14232701411157653313624
Binary11000101110111011000011001101111110101011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620317; }

 p { color: rgb(98,3,23); }

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

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

 a { background-color: rgb(98,3,23); }

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

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

 span { border-color: rgb(98,3,23); }

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