#620925

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

Shades of Pohutukawa #620925

Tints of Pohutukawa #620925

Color information

#620925 (or 0x620925) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 25. RGB value is (98,9,37). Sum of RGB (Red+Green+Blue) = 98+9+37=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #620925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620925 is #9DF6DA. Grayscale: #262626. Windows color (decimal): -10352347 or 2427234. OLE color: 2427234.

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

Color convert

RGB98937-
CMYK00.910.620.62
HSL341.12º83.18%20.98%-
HSV(B)341.12º90.82%38.43%-
XYZ5.472.932.03-
YUV38.8126.99170.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=68.06%
G=6.25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9893700.910.620.62341.1283.1820.98
Hex6292505B3E3E1555315
Octal14211450133767652512325
Binary1100010100110010101011011111110111110101010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620925; }

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

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

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

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

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

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

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

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