#621426

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

Shades of Pohutukawa #621426

Tints of Pohutukawa #621426

Color information

#621426 (or 0x621426) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 26. RGB value is (98,20,38). Sum of RGB (Red+Green+Blue) = 98+20+38=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621426 is #9DEBD9. Grayscale: #2D2D2D. Windows color (decimal): -10349530 or 2495586. OLE color: 2495586.

HSL color Cylindrical-coordinate representation of color #621426: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621426 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB982038-
CMYK00.800.610.62
HSL346.15º66.1%23.14%-
HSV(B)346.15º79.59%38.43%-
XYZ5.643.242.16-
YUV45.37123.84165.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=62.82%
G=12.82%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98203800.800.610.62346.1566.123.14
Hex6214260503D3E15a4217
Octal14224460120757653210227
Binary11000101010010011001010000111101111110101011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621426; }

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

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

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

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

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

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

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

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