#621E29

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

Shades of Pohutukawa #621E29

Tints of Pohutukawa #621E29

Color information

#621E29 (or 0x621E29) is unknown color: approx Pohutukawa. HEX triplet: 62, 1E and 29. RGB value is (98,30,41). Sum of RGB (Red+Green+Blue) = 98+30+41=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E29 is #9DE1D6. Grayscale: #333333. Windows color (decimal): -10346967 or 2694754. OLE color: 2694754.

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

Color convert

RGB983041-
CMYK00.690.580.62
HSL350.29º53.12%25.1%-
HSV(B)350.29º69.39%38.43%-
XYZ5.93.692.5-
YUV51.59122.03161.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=57.99%
G=17.75%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98304100.690.580.62350.2953.1225.1
Hex621E290453A3E15e3519
Octal1423651010572765366531
Binary1100010111101010010100010111101011111010101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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