#620323

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

Shades of Pohutukawa #620323

Tints of Pohutukawa #620323

Color information

#620323 (or 0x620323) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 23. RGB value is (98,3,35). Sum of RGB (Red+Green+Blue) = 98+3+35=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #620323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620323 is #9DFCDC. Grayscale: #232323. Windows color (decimal): -10353885 or 2294626. OLE color: 2294626.

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

Color convert

RGB98335-
CMYK00.970.640.62
HSL339.79º94.06%19.8%-
HSV(B)339.79º96.94%38.43%-
XYZ5.372.781.84-
YUV35.05127.97172.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=72.06%
G=2.21%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9833500.970.640.62339.7994.0619.8
Hex62323061403E1545e14
Octal14234301411007652413624
Binary110001011100011011000011000000111110101010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620323; }

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

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

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

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

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

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

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

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