#620F1E

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

Shades of Pohutukawa #620F1E

Tints of Pohutukawa #620F1E

Color information

#620F1E (or 0x620F1E) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 1E. RGB value is (98,15,30). Sum of RGB (Red+Green+Blue) = 98+15+30=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #620F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F1E is #9DF0E1. Grayscale: #292929. Windows color (decimal): -10350818 or 1970018. OLE color: 1970018.

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

Color convert

RGB981530-
CMYK00.850.690.62
HSL349.16º73.45%22.16%-
HSV(B)349.16º84.69%38.43%-
XYZ5.443.031.53-
YUV41.53121.5168.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=68.53%
G=10.49%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98153000.850.690.62349.1673.4522.16
Hex62F1E055453E15d4916
Octal142173601251057653511126
Binary1100010111111110010101011000101111110101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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