#621317

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

Shades of Pohutukawa #621317

Tints of Pohutukawa #621317

Color information

#621317 (or 0x621317) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 17. RGB value is (98,19,23). Sum of RGB (Red+Green+Blue) = 98+19+23=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621317 is #9DECE8. Grayscale: #2B2B2B. Windows color (decimal): -10349801 or 1512290. OLE color: 1512290.

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

Color convert

RGB981923-
CMYK00.810.770.62
HSL356.96º67.52%22.94%-
HSV(B)356.96º80.61%38.43%-
XYZ5.423.121.13-
YUV43.08116.67167.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=70%
G=13.57%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192300.810.770.62356.9667.5222.94
Hex6213170514D3E1654417
Octal142232701211157654510427
Binary11000101001110111010100011001101111110101100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621317; }

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

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

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

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

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

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

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

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