#621A2C

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

Shades of Pohutukawa #621A2C

Tints of Pohutukawa #621A2C

Color information

#621A2C (or 0x621A2C) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 2C. RGB value is (98,26,44). Sum of RGB (Red+Green+Blue) = 98+26+44=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2C is #9DE5D3. Grayscale: #313131. Windows color (decimal): -10347988 or 2890338. OLE color: 2890338.

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

Color convert

RGB982644-
CMYK00.730.550.62
HSL345º58.06%24.31%-
HSV(B)345º73.47%38.43%-
XYZ5.863.522.75-
YUV49.58124.85162.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=58.33%
G=15.48%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98264400.730.550.6234558.0624.31
Hex621A2C049373E1593a18
Octal1423254011167765317230
Binary1100010110101011000100100111011111111010101100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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