#621A1E

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

Shades of Pohutukawa #621A1E

Tints of Pohutukawa #621A1E

Color information

#621A1E (or 0x621A1E) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 1E. RGB value is (98,26,30). Sum of RGB (Red+Green+Blue) = 98+26+30=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A1E is #9DE5E1. Grayscale: #303030. Windows color (decimal): -10348002 or 1972834. OLE color: 1972834.

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

Color convert

RGB982630-
CMYK00.730.690.62
HSL356.67º58.06%24.31%-
HSV(B)356.67º73.47%38.43%-
XYZ5.643.431.59-
YUV47.98117.85163.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=63.64%
G=16.88%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98263000.730.690.62356.6758.0624.31
Hex621A1E049453E1653a18
Octal14232360111105765457230
Binary1100010110101111001001001100010111111010110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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