#620625

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

Shades of Pohutukawa #620625

Tints of Pohutukawa #620625

Color information

#620625 (or 0x620625) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 25. RGB value is (98,6,37). Sum of RGB (Red+Green+Blue) = 98+6+37=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620625 is #9DF9DA. Grayscale: #252525. Windows color (decimal): -10353115 or 2426466. OLE color: 2426466.

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

Color convert

RGB98637-
CMYK00.940.620.62
HSL339.78º88.46%20.39%-
HSV(B)339.78º93.88%38.43%-
XYZ5.442.862.02-
YUV37.04127.98171.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=69.50%
G=4.26%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9863700.940.620.62339.7888.4620.39
Hex6262505E3E3E1545814
Octal1426450136767652413024
Binary110001011010010101011110111110111110101010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620625; }

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

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

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

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

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

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

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

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