#620825

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

Shades of Pohutukawa #620825

Tints of Pohutukawa #620825

Color information

#620825 (or 0x620825) is unknown color: approx Pohutukawa. HEX triplet: 62, 08 and 25. RGB value is (98,8,37). Sum of RGB (Red+Green+Blue) = 98+8+37=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #620825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620825 is #9DF7DA. Grayscale: #262626. Windows color (decimal): -10352603 or 2426978. OLE color: 2426978.

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

Color convert

RGB98837-
CMYK00.920.620.62
HSL340.67º84.91%20.78%-
HSV(B)340.67º91.84%38.43%-
XYZ5.462.92.02-
YUV38.22127.32170.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=68.53%
G=5.59%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9883700.920.620.62340.6784.9120.78
Hex6282505C3E3E1555515
Octal14210450134767652512525
Binary1100010100010010101011100111110111110101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620825; }

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

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

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

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

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

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

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

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