#620615

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

Shades of Pohutukawa #620615

Tints of Pohutukawa #620615

Color information

#620615 (or 0x620615) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 15. RGB value is (98,6,21). Sum of RGB (Red+Green+Blue) = 98+6+21=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #620615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620615 is #9DF9EA. Grayscale: #232323. Windows color (decimal): -10353131 or 1377890. OLE color: 1377890.

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

Color convert

RGB98621-
CMYK00.940.790.62
HSL350.22º88.46%20.39%-
HSV(B)350.22º93.88%38.43%-
XYZ5.242.780.97-
YUV35.22119.98172.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 78.4%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=78.4%
G=4.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9862100.940.790.62350.2288.4620.39
Hex6261505E4F3E15e5814
Octal14262501361177653613024
Binary110001011010101010111101001111111110101011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620615; }

 p { color: rgb(98,6,21); }

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

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

 a { background-color: rgb(98,6,21); }

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

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

 span { border-color: rgb(98,6,21); }

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