#621626

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

Shades of Pohutukawa #621626

Tints of Pohutukawa #621626

Color information

#621626 (or 0x621626) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 26. RGB value is (98,22,38). Sum of RGB (Red+Green+Blue) = 98+22+38=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621626 is #9DE9D9. Grayscale: #2E2E2E. Windows color (decimal): -10349018 or 2496098. OLE color: 2496098.

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

Color convert

RGB982238-
CMYK00.780.610.62
HSL347.37º63.33%23.53%-
HSV(B)347.37º77.55%38.43%-
XYZ5.673.312.17-
YUV46.55123.18164.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=62.03%
G=13.92%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98223800.780.610.62347.3763.3323.53
Hex62162604E3D3E15b3f18
Octal1422646011675765337730
Binary1100010101101001100100111011110111111010101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621626; }

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

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

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

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

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

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

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

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