#621B29

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

Shades of Pohutukawa #621B29

Tints of Pohutukawa #621B29

Color information

#621B29 (or 0x621B29) is unknown color: approx Pohutukawa. HEX triplet: 62, 1B and 29. RGB value is (98,27,41). Sum of RGB (Red+Green+Blue) = 98+27+41=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B29 is #9DE4D6. Grayscale: #313131. Windows color (decimal): -10347735 or 2693986. OLE color: 2693986.

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

Color convert

RGB982741-
CMYK00.720.580.62
HSL348.17º56.8%24.51%-
HSV(B)348.17º72.45%38.43%-
XYZ5.833.542.47-
YUV49.82123.02162.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=59.04%
G=16.27%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98274100.720.580.62348.1756.824.51
Hex621B290483A3E15c3919
Octal1423351011072765347131
Binary1100010110111010010100100011101011111010101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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