#620102

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

Shades of Pohutukawa #620102

Tints of Pohutukawa #620102

Color information

#620102 (or 0x620102) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 02. RGB value is (98,1,2). Sum of RGB (Red+Green+Blue) = 98+1+2=101 (13% of max value = 765). Red value is 98 (38.67% from 255 or 97.03% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 98 - color contains mainly: red. Hex color #620102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620102 is #9DFEFD. Grayscale: #1E1E1E. Windows color (decimal): -10354430 or 131426. OLE color: 131426.

HSL color Cylindrical-coordinate representation of color #620102: hue angle of 359.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB9812-
CMYK00.990.980.62
HSL359.38º97.98%19.41%-
HSV(B)359.38º98.98%38.43%-
XYZ5.062.620.3-
YUV30.12112.14176.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 97.03%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=97.03%
G=0.99%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal981200.990.980.62359.3897.9819.41
Hex6212063623E1676213
Octal1421201431427654714223
Binary1100010110011000111100010111110101100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620102; }

 p { color: rgb(98,1,2); }

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

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

 a { background-color: rgb(98,1,2); }

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

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

 span { border-color: rgb(98,1,2); }

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