#620310

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

Shades of Pohutukawa #620310

Tints of Pohutukawa #620310

Color information

#620310 (or 0x620310) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 10. RGB value is (98,3,16). Sum of RGB (Red+Green+Blue) = 98+3+16=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #620310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620310 is #9DFCEF. Grayscale: #202020. Windows color (decimal): -10353904 or 1049442. OLE color: 1049442.

HSL color Cylindrical-coordinate representation of color #620310: hue angle of 351.79º 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 #620310 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB98316-
CMYK00.970.840.62
HSL351.79º94.06%19.8%-
HSV(B)351.79º96.94%38.43%-
XYZ5.162.70.74-
YUV32.89118.47174.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.76%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=83.76%
G=2.56%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9831600.970.840.62351.7994.0619.8
Hex62310061543E1605e14
Octal14232001411247654013624
Binary11000101110000011000011010100111110101100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620310; }

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

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

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

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

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

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

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

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