#620C1E

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

Shades of Pohutukawa #620C1E

Tints of Pohutukawa #620C1E

Color information

#620C1E (or 0x620C1E) is unknown color: approx Pohutukawa. HEX triplet: 62, 0C and 1E. RGB value is (98,12,30). Sum of RGB (Red+Green+Blue) = 98+12+30=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C1E is #9DF3E1. Grayscale: #272727. Windows color (decimal): -10351586 or 1969250. OLE color: 1969250.

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

Color convert

RGB981230-
CMYK00.880.690.62
HSL347.44º78.18%21.57%-
HSV(B)347.44º87.76%38.43%-
XYZ5.42.951.51-
YUV39.77122.49169.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=70%
G=8.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98123000.880.690.62347.4478.1821.57
Hex62C1E058453E15b4e16
Octal142143601301057653311626
Binary1100010110011110010110001000101111110101011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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