#630310

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

Shades of Pohutukawa #630310

Tints of Pohutukawa #630310

Color information

#630310 (or 0x630310) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 10. RGB value is (99,3,16). Sum of RGB (Red+Green+Blue) = 99+3+16=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630310 is #9CFCEF. Grayscale: #212121. Windows color (decimal): -10288368 or 1049443. OLE color: 1049443.

HSL color Cylindrical-coordinate representation of color #630310: hue angle of 351.88º 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 #630310 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB99316-
CMYK00.970.840.61
HSL351.88º94.12%20%-
HSV(B)351.88º96.97%38.82%-
XYZ5.272.760.74-
YUV33.19118.3174.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.90%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=83.90%
G=2.54%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9931600.970.840.61351.8894.1220
Hex63310061543D1605e14
Octal14332001411247554013624
Binary11000111110000011000011010100111101101100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630310; }

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

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

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

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

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

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

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

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