#621417

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

Shades of Pohutukawa #621417

Tints of Pohutukawa #621417

Color information

#621417 (or 0x621417) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 17. RGB value is (98,20,23). Sum of RGB (Red+Green+Blue) = 98+20+23=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621417 is #9DEBE8. Grayscale: #2B2B2B. Windows color (decimal): -10349545 or 1512546. OLE color: 1512546.

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

Color convert

RGB982023-
CMYK00.800.770.62
HSL357.69º66.1%23.14%-
HSV(B)357.69º79.59%38.43%-
XYZ5.443.161.13-
YUV43.66116.34166.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=69.50%
G=14.18%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98202300.800.770.62357.6966.123.14
Hex6214170504D3E1664217
Octal142242701201157654610227
Binary11000101010010111010100001001101111110101100110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621417; }

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

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

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

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

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

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

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

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