#620307

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

Shades of Pohutukawa #620307

Tints of Pohutukawa #620307

Color information

#620307 (or 0x620307) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 07. RGB value is (98,3,7). Sum of RGB (Red+Green+Blue) = 98+3+7=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620307 is #9DFCF8. Grayscale: #1F1F1F. Windows color (decimal): -10353913 or 459618. OLE color: 459618.

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

Color convert

RGB9837-
CMYK00.970.930.62
HSL357.47º94.06%19.8%-
HSV(B)357.47º96.94%38.43%-
XYZ5.112.680.45-
YUV31.86113.97175.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 90.74%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=90.74%
G=2.78%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal983700.970.930.62357.4794.0619.8
Hex62370615D3E1655e14
Octal1423701411357654513624
Binary110001011111011000011011101111110101100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620307; }

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

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

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

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

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

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

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

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