#620724

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

Shades of Pohutukawa #620724

Tints of Pohutukawa #620724

Color information

#620724 (or 0x620724) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 24. RGB value is (98,7,36). Sum of RGB (Red+Green+Blue) = 98+7+36=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620724 is #9DF8DB. Grayscale: #252525. Windows color (decimal): -10352860 or 2361186. OLE color: 2361186.

HSL color Cylindrical-coordinate representation of color #620724: hue angle of 340.88º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620724 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB98736-
CMYK00.930.630.62
HSL340.88º86.67%20.59%-
HSV(B)340.88º92.86%38.43%-
XYZ5.432.881.94-
YUV37.52127.15171.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=69.50%
G=4.96%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9873600.930.630.62340.8886.6720.59
Hex6272405D3F3E1555715
Octal1427440135777652512725
Binary110001011110010001011101111111111110101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620724; }

 p { color: rgb(98,7,36); }

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

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

 a { background-color: rgb(98,7,36); }

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

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

 span { border-color: rgb(98,7,36); }

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