#621A29

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

Shades of Pohutukawa #621A29

Tints of Pohutukawa #621A29

Color information

#621A29 (or 0x621A29) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 29. RGB value is (98,26,41). Sum of RGB (Red+Green+Blue) = 98+26+41=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A29 is #9DE5D6. Grayscale: #313131. Windows color (decimal): -10347991 or 2693730. OLE color: 2693730.

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

Color convert

RGB982641-
CMYK00.730.580.62
HSL347.5º58.06%24.31%-
HSV(B)347.5º73.47%38.43%-
XYZ5.813.52.47-
YUV49.24123.35162.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=59.39%
G=15.76%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98264100.730.580.62347.558.0624.31
Hex621A290493A3E15c3a18
Octal1423251011172765347230
Binary1100010110101010010100100111101011111010101110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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