#620F10

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

Shades of Pohutukawa #620F10

Tints of Pohutukawa #620F10

Color information

#620F10 (or 0x620F10) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 10. RGB value is (98,15,16). Sum of RGB (Red+Green+Blue) = 98+15+16=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #620F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F10 is #9DF0EF. Grayscale: #282828. Windows color (decimal): -10350832 or 1052514. OLE color: 1052514.

HSL color Cylindrical-coordinate representation of color #620F10: hue angle of 359.28º 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 #620F10 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB981516-
CMYK00.850.840.62
HSL359.28º73.45%22.16%-
HSV(B)359.28º84.69%38.43%-
XYZ5.32.980.79-
YUV39.93114.5169.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=75.97%
G=11.63%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98151600.850.840.62359.2873.4522.16
Hex62F10055543E1674916
Octal142172001251247654711126
Binary1100010111110000010101011010100111110101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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