#630709

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

Shades of Pohutukawa #630709

Tints of Pohutukawa #630709

Color information

#630709 (or 0x630709) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 09. RGB value is (99,7,9). Sum of RGB (Red+Green+Blue) = 99+7+9=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #630709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630709 is #9CF8F6. Grayscale: #222222. Windows color (decimal): -10287351 or 591715. OLE color: 591715.

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

Color convert

RGB9979-
CMYK00.930.910.61
HSL358.7º86.79%20.78%-
HSV(B)358.7º92.93%38.82%-
XYZ5.272.820.53-
YUV34.74113.48173.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.09%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=86.09%
G=6.09%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal997900.930.910.61358.786.7920.78
Hex637905D5B3D1675715
Octal14371101351337554712725
Binary11000111111001010111011011011111101101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630709; }

 p { color: rgb(99,7,9); }

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

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

 a { background-color: rgb(99,7,9); }

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

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

 span { border-color: rgb(99,7,9); }

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