#620525

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

Shades of Pohutukawa #620525

Tints of Pohutukawa #620525

Color information

#620525 (or 0x620525) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 25. RGB value is (98,5,37). Sum of RGB (Red+Green+Blue) = 98+5+37=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620525 is #9DFADA. Grayscale: #242424. Windows color (decimal): -10353371 or 2426210. OLE color: 2426210.

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

Color convert

RGB98537-
CMYK00.950.620.62
HSL339.35º90.29%20.2%-
HSV(B)339.35º94.9%38.43%-
XYZ5.432.842.01-
YUV36.46128.31171.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=70%
G=3.57%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853700.950.620.62339.3590.2920.2
Hex6252505F3E3E1535a14
Octal1425450137767652313224
Binary110001010110010101011111111110111110101010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620525; }

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

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

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

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

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

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

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

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