#630614

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

Shades of Pohutukawa #630614

Tints of Pohutukawa #630614

Color information

#630614 (or 0x630614) is unknown color: approx Pohutukawa. HEX triplet: 63, 06 and 14. RGB value is (99,6,20). Sum of RGB (Red+Green+Blue) = 99+6+20=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630614 is #9CF9EB. Grayscale: #232323. Windows color (decimal): -10287596 or 1312355. OLE color: 1312355.

HSL color Cylindrical-coordinate representation of color #630614: hue angle of 350.97º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630614 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB99620-
CMYK00.940.800.61
HSL350.97º88.57%20.59%-
HSV(B)350.97º93.94%38.82%-
XYZ5.342.830.93-
YUV35.4119.31173.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.2%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 20 (8.20% from 255) = 16%
R=79.2%
G=4.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9962000.940.800.61350.9788.5720.59
Hex6361405E503D15f5915
Octal14362401361207553713125
Binary110001111010100010111101010000111101101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630614; }

 p { color: rgb(99,6,20); }

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

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

 a { background-color: rgb(99,6,20); }

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

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

 span { border-color: rgb(99,6,20); }

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