#631327

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

Shades of Pohutukawa #631327

Tints of Pohutukawa #631327

Color information

#631327 (or 0x631327) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 27. RGB value is (99,19,39). Sum of RGB (Red+Green+Blue) = 99+19+39=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631327 is #9CECD8. Grayscale: #2D2D2D. Windows color (decimal): -10284249 or 2560867. OLE color: 2560867.

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

Color convert

RGB991939-
CMYK00.810.610.61
HSL345º67.8%23.14%-
HSV(B)345º80.81%38.82%-
XYZ5.743.262.25-
YUV45.2124.5166.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=63.06%
G=12.10%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99193900.810.610.6134567.823.14
Hex6313270513D3D1594417
Octal14323470121757553110427
Binary11000111001110011101010001111101111101101011001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631327; }

 p { color: rgb(99,19,39); }

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

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

 a { background-color: rgb(99,19,39); }

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

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

 span { border-color: rgb(99,19,39); }

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