#621A26

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

Shades of Pohutukawa #621A26

Tints of Pohutukawa #621A26

Color information

#621A26 (or 0x621A26) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 26. RGB value is (98,26,38). Sum of RGB (Red+Green+Blue) = 98+26+38=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #621A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A26 is #9DE5D9. Grayscale: #303030. Windows color (decimal): -10347994 or 2497122. OLE color: 2497122.

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

Color convert

RGB982638-
CMYK00.730.610.62
HSL350º58.06%24.31%-
HSV(B)350º73.47%38.43%-
XYZ5.763.482.2-
YUV48.9121.85163.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=60.49%
G=16.05%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98263800.730.610.6235058.0624.31
Hex621A260493D3E15e3a18
Octal1423246011175765367230
Binary1100010110101001100100100111110111111010101111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A26; }

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

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

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

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

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

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

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

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