#620717

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

Shades of Pohutukawa #620717

Tints of Pohutukawa #620717

Color information

#620717 (or 0x620717) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 17. RGB value is (98,7,23). Sum of RGB (Red+Green+Blue) = 98+7+23=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #620717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620717 is #9DF8E8. Grayscale: #242424. Windows color (decimal): -10352873 or 1509218. OLE color: 1509218.

HSL color Cylindrical-coordinate representation of color #620717: hue angle of 349.45º 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 #620717 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB98723-
CMYK00.930.770.62
HSL349.45º86.67%20.59%-
HSV(B)349.45º92.86%38.43%-
XYZ5.272.811.08-
YUV36.03120.65172.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=76.56%
G=5.47%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9872300.930.770.62349.4586.6720.59
Hex6271705D4D3E15d5715
Octal14272701351157653512725
Binary110001011110111010111011001101111110101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620717; }

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

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

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

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

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

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

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

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