#620423

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

Shades of Pohutukawa #620423

Tints of Pohutukawa #620423

Color information

#620423 (or 0x620423) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 23. RGB value is (98,4,35). Sum of RGB (Red+Green+Blue) = 98+4+35=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #620423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620423 is #9DFBDC. Grayscale: #232323. Windows color (decimal): -10353629 or 2294882. OLE color: 2294882.

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

Color convert

RGB98435-
CMYK00.960.640.62
HSL340.21º92.16%20%-
HSV(B)340.21º95.92%38.43%-
XYZ5.382.81.85-
YUV35.64127.64172.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=71.53%
G=2.92%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9843500.960.640.62340.2192.1620
Hex62423060403E1545c14
Octal14244301401007652413424
Binary1100010100100011011000001000000111110101010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620423; }

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

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

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

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

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

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

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

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