#620524

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

Shades of Pohutukawa #620524

Tints of Pohutukawa #620524

Color information

#620524 (or 0x620524) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 24. RGB value is (98,5,36). Sum of RGB (Red+Green+Blue) = 98+5+36=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620524 is #9DFADB. Grayscale: #242424. Windows color (decimal): -10353372 or 2360674. OLE color: 2360674.

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

Color convert

RGB98536-
CMYK00.950.630.62
HSL340º90.29%20.2%-
HSV(B)340º94.9%38.43%-
XYZ5.412.831.93-
YUV36.34127.81171.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=70.50%
G=3.60%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853600.950.630.6234090.2920.2
Hex6252405F3F3E1545a14
Octal1425440137777652413224
Binary110001010110010001011111111111111110101010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620524; }

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

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

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

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

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

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

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

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