#630306

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

Shades of Pohutukawa #630306

Tints of Pohutukawa #630306

Color information

#630306 (or 0x630306) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 06. RGB value is (99,3,6). Sum of RGB (Red+Green+Blue) = 99+3+6=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630306 is #9CFCF9. Grayscale: #202020. Windows color (decimal): -10288378 or 394083. OLE color: 394083.

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

Color convert

RGB9936-
CMYK00.970.940.61
HSL358.12º94.12%20%-
HSV(B)358.12º96.97%38.82%-
XYZ5.212.730.42-
YUV32.05113.3175.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 91.67%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=91.67%
G=2.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal993600.970.940.61358.1294.1220
Hex63360615E3D1665e14
Octal1433601411367554613624
Binary110001111110011000011011110111101101100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630306; }

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

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

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

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

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

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

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

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