#620713

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

Shades of Pohutukawa #620713

Tints of Pohutukawa #620713

Color information

#620713 (or 0x620713) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 13. RGB value is (98,7,19). Sum of RGB (Red+Green+Blue) = 98+7+19=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620713 is #9DF8EC. Grayscale: #232323. Windows color (decimal): -10352877 or 1247074. OLE color: 1247074.

HSL color Cylindrical-coordinate representation of color #620713: hue angle of 352.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620713 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB98719-
CMYK00.930.810.62
HSL352.09º86.67%20.59%-
HSV(B)352.09º92.86%38.43%-
XYZ5.232.80.88-
YUV35.58118.65172.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=79.03%
G=5.65%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9871900.930.810.62352.0986.6720.59
Hex6271305D513E1605715
Octal14272301351217654012725
Binary110001011110011010111011010001111110101100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620713; }

 p { color: rgb(98,7,19); }

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

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

 a { background-color: rgb(98,7,19); }

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

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

 span { border-color: rgb(98,7,19); }

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