#621F29

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

Shades of Pohutukawa #621F29

Tints of Pohutukawa #621F29

Color information

#621F29 (or 0x621F29) is unknown color: approx Pohutukawa. HEX triplet: 62, 1F and 29. RGB value is (98,31,41). Sum of RGB (Red+Green+Blue) = 98+31+41=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F29 is #9DE0D6. Grayscale: #343434. Windows color (decimal): -10346711 or 2695010. OLE color: 2695010.

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

Color convert

RGB983141-
CMYK00.680.580.62
HSL351.04º51.94%25.29%-
HSV(B)351.04º68.37%38.43%-
XYZ5.933.742.51-
YUV52.17121.7160.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=57.65%
G=18.24%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98314100.680.580.62351.0451.9425.29
Hex621F290443A3E15f3419
Octal1423751010472765376431
Binary1100010111111010010100010011101011111010101111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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