#621A2E

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

Shades of Pohutukawa #621A2E

Tints of Pohutukawa #621A2E

Color information

#621A2E (or 0x621A2E) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 2E. RGB value is (98,26,46). Sum of RGB (Red+Green+Blue) = 98+26+46=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2E is #9DE5D1. Grayscale: #313131. Windows color (decimal): -10347986 or 3021410. OLE color: 3021410.

HSL color Cylindrical-coordinate representation of color #621A2E: hue angle of 343.33º 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 #621A2E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB982646-
CMYK00.730.530.62
HSL343.33º58.06%24.31%-
HSV(B)343.33º73.47%38.43%-
XYZ5.93.532.96-
YUV49.81125.85162.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=57.65%
G=15.29%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98264600.730.530.62343.3358.0624.31
Hex621A2E049353E1573a18
Octal1423256011165765277230
Binary1100010110101011100100100111010111111010101011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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