#620623

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

Shades of Pohutukawa #620623

Tints of Pohutukawa #620623

Color information

#620623 (or 0x620623) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 23. RGB value is (98,6,35). Sum of RGB (Red+Green+Blue) = 98+6+35=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620623 is #9DF9DC. Grayscale: #242424. Windows color (decimal): -10353117 or 2295394. OLE color: 2295394.

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

Color convert

RGB98635-
CMYK00.940.640.62
HSL341.09º88.46%20.39%-
HSV(B)341.09º93.88%38.43%-
XYZ5.412.851.85-
YUV36.81126.98171.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=70.50%
G=4.32%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9863500.940.640.62341.0988.4620.39
Hex6262305E403E1555814
Octal14264301361007652513024
Binary1100010110100011010111101000000111110101010101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620623; }

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

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

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

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

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

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

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

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