#621025

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

Shades of Pohutukawa #621025

Tints of Pohutukawa #621025

Color information

#621025 (or 0x621025) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 25. RGB value is (98,16,37). Sum of RGB (Red+Green+Blue) = 98+16+37=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621025 is #9DEFDA. Grayscale: #2A2A2A. Windows color (decimal): -10350555 or 2429026. OLE color: 2429026.

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

Color convert

RGB981637-
CMYK00.840.620.62
HSL344.63º71.93%22.35%-
HSV(B)344.63º83.67%38.43%-
XYZ5.563.12.06-
YUV42.91124.67167.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=64.90%
G=10.60%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98163700.840.620.62344.6371.9322.35
Hex6210250543E3E1594816
Octal14220450124767653111026
Binary11000101000010010101010100111110111110101011001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621025; }

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

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

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

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

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

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

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

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