#621517

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

Shades of Pohutukawa #621517

Tints of Pohutukawa #621517

Color information

#621517 (or 0x621517) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 17. RGB value is (98,21,23). Sum of RGB (Red+Green+Blue) = 98+21+23=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621517 is #9DEAE8. Grayscale: #2C2C2C. Windows color (decimal): -10349289 or 1512802. OLE color: 1512802.

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

Color convert

RGB982123-
CMYK00.790.770.62
HSL358.44º64.71%23.33%-
HSV(B)358.44º78.57%38.43%-
XYZ5.463.191.14-
YUV44.25116.01166.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=69.01%
G=14.79%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98212300.790.770.62358.4464.7123.33
Hex62151704F4D3E1664117
Octal142252701171157654610127
Binary11000101010110111010011111001101111110101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621517; }

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

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

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

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

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

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

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

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