#630320

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

Shades of Pohutukawa #630320

Tints of Pohutukawa #630320

Color information

#630320 (or 0x630320) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 20. RGB value is (99,3,32). Sum of RGB (Red+Green+Blue) = 99+3+32=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630320 is #9CFCDF. Grayscale: #222222. Windows color (decimal): -10288352 or 2098019. OLE color: 2098019.

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

Color convert

RGB99332-
CMYK00.970.680.61
HSL341.88º94.12%20%-
HSV(B)341.88º96.97%38.82%-
XYZ5.442.821.62-
YUV35.01126.3173.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=73.88%
G=2.24%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933200.970.680.61341.8894.1220
Hex63320061443D1565e14
Octal14334001411047552613624
Binary110001111100000011000011000100111101101010110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630320; }

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

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

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

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

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

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

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

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