#621729

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

Shades of Pohutukawa #621729

Tints of Pohutukawa #621729

Color information

#621729 (or 0x621729) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 29. RGB value is (98,23,41). Sum of RGB (Red+Green+Blue) = 98+23+41=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #621729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621729 is #9DE8D6. Grayscale: #2F2F2F. Windows color (decimal): -10348759 or 2692962. OLE color: 2692962.

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

Color convert

RGB982341-
CMYK00.770.580.62
HSL345.6º61.98%23.73%-
HSV(B)345.6º76.53%38.43%-
XYZ5.743.372.45-
YUV47.48124.35164.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=60.49%
G=14.20%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98234100.770.580.62345.661.9823.73
Hex62172904D3A3E15a3e18
Octal1422751011572765327630
Binary1100010101111010010100110111101011111010101101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621729; }

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

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

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

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

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

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

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

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