#620926

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

Shades of Pohutukawa #620926

Tints of Pohutukawa #620926

Color information

#620926 (or 0x620926) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 26. RGB value is (98,9,38). Sum of RGB (Red+Green+Blue) = 98+9+38=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #620926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620926 is #9DF6D9. Grayscale: #262626. Windows color (decimal): -10352346 or 2492770. OLE color: 2492770.

HSL color Cylindrical-coordinate representation of color #620926: hue angle of 340.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620926 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB98938-
CMYK00.910.610.62
HSL340.45º83.18%20.98%-
HSV(B)340.45º90.82%38.43%-
XYZ5.482.932.11-
YUV38.92127.49170.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=67.59%
G=6.21%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9893800.910.610.62340.4583.1820.98
Hex6292605B3D3E1545315
Octal14211460133757652412325
Binary1100010100110011001011011111101111110101010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620926; }

 p { color: rgb(98,9,38); }

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

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

 a { background-color: rgb(98,9,38); }

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

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

 span { border-color: rgb(98,9,38); }

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