#621625

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

Shades of Pohutukawa #621625

Tints of Pohutukawa #621625

Color information

#621625 (or 0x621625) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 25. RGB value is (98,22,37). Sum of RGB (Red+Green+Blue) = 98+22+37=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621625 is #9DE9DA. Grayscale: #2E2E2E. Windows color (decimal): -10349019 or 2430562. OLE color: 2430562.

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

Color convert

RGB982237-
CMYK00.780.620.62
HSL348.16º63.33%23.53%-
HSV(B)348.16º77.55%38.43%-
XYZ5.663.32.09-
YUV46.43122.68164.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=62.42%
G=14.01%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98223700.780.620.62348.1663.3323.53
Hex62162504E3E3E15c3f18
Octal1422645011676765347730
Binary1100010101101001010100111011111011111010101110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621625; }

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

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

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

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

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

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

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

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