#620F14

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

Shades of Pohutukawa #620F14

Tints of Pohutukawa #620F14

Color information

#620F14 (or 0x620F14) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 14. RGB value is (98,15,20). Sum of RGB (Red+Green+Blue) = 98+15+20=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F14 is #9DF0EB. Grayscale: #282828. Windows color (decimal): -10350828 or 1314658. OLE color: 1314658.

HSL color Cylindrical-coordinate representation of color #620F14: hue angle of 356.39º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F14 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB981520-
CMYK00.850.800.62
HSL356.39º73.45%22.16%-
HSV(B)356.39º84.69%38.43%-
XYZ5.332.990.96-
YUV40.39116.5169.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=73.68%
G=11.28%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98152000.850.800.62356.3973.4522.16
Hex62F14055503E1644916
Octal142172401251207654411126
Binary1100010111110100010101011010000111110101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F14; }

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

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

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

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

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

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

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

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