#620425

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

Shades of Pohutukawa #620425

Tints of Pohutukawa #620425

Color information

#620425 (or 0x620425) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 25. RGB value is (98,4,37). Sum of RGB (Red+Green+Blue) = 98+4+37=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620425 is #9DFBDA. Grayscale: #232323. Windows color (decimal): -10353627 or 2425954. OLE color: 2425954.

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

Color convert

RGB98437-
CMYK00.960.620.62
HSL338.94º92.16%20%-
HSV(B)338.94º95.92%38.43%-
XYZ5.412.822.01-
YUV35.87128.64172.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=70.50%
G=2.88%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9843700.960.620.62338.9492.1620
Hex624250603E3E1535c14
Octal1424450140767652313424
Binary110001010010010101100000111110111110101010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620425; }

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

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

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

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

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

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

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

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